[rtems commit] bsp/tqm8xx: Install header file <bsp/irq-info.h>

Sebastian Huber sebh at rtems.org
Mon Apr 2 12:06:56 UTC 2012


Module:    rtems
Branch:    master
Commit:    ba56882cd93f307c17adcd08aafa467268049ae2
Changeset: http://git.rtems.org/rtems/commit/?id=ba56882cd93f307c17adcd08aafa467268049ae2

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Apr  2 14:07:52 2012 +0200

bsp/tqm8xx: Install header file <bsp/irq-info.h>

---

 c/src/lib/libbsp/powerpc/tqm8xx/Makefile.am   |    1 +
 c/src/lib/libbsp/powerpc/tqm8xx/preinstall.am |    4 ++++
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/Makefile.am b/c/src/lib/libbsp/powerpc/tqm8xx/Makefile.am
index 141a80d..e0f08b4 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/Makefile.am
@@ -23,6 +23,7 @@ include_HEADERS += include/coverhd.h
 include_bsp_HEADERS = include/tqm.h include/8xx_immap.h \
     include/irq.h \
     ../../shared/include/irq-generic.h \
+    ../../shared/include/irq-info.h \
     spi/spi.h
 
 EXTRA_DIST =
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/preinstall.am b/c/src/lib/libbsp/powerpc/tqm8xx/preinstall.am
index 67b0f2d..7960684 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/preinstall.am
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/preinstall.am
@@ -73,6 +73,10 @@ $(PROJECT_INCLUDE)/bsp/irq-generic.h: ../../shared/include/irq-generic.h $(PROJE
 	$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/irq-generic.h
 PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/irq-generic.h
 
+$(PROJECT_INCLUDE)/bsp/irq-info.h: ../../shared/include/irq-info.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
+	$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/irq-info.h
+PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/irq-info.h
+
 $(PROJECT_INCLUDE)/bsp/spi.h: spi/spi.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
 	$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/spi.h
 PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/spi.h




More information about the vc mailing list