[rtems commit] bsp/gen83xx: Install new header file

Sebastian Huber sebh at rtems.org
Mon Jul 9 08:39:08 UTC 2012


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Apr  2 10:59:17 2012 +0200

bsp/gen83xx: Install new header file

---

 c/src/lib/libbsp/powerpc/gen83xx/Makefile.am |   22 ++++++++++++----------
 1 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/c/src/lib/libbsp/powerpc/gen83xx/Makefile.am b/c/src/lib/libbsp/powerpc/gen83xx/Makefile.am
index 8971173..29a77bd 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/gen83xx/Makefile.am
@@ -17,6 +17,18 @@ nodist_include_HEADERS = include/bspopts.h
 nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
 DISTCLEANFILES = include/bspopts.h
 
+include_bsp_HEADERS =
+include_bsp_HEADERS += ../../shared/include/irq-generic.h
+include_bsp_HEADERS += ../../shared/include/irq-info.h
+include_bsp_HEADERS += ../../shared/include/u-boot.h
+include_bsp_HEADERS += ../../shared/include/utility.h
+include_bsp_HEADERS += ../shared/include/tictac.h
+include_bsp_HEADERS += ../shared/include/u-boot-board-info.h
+include_bsp_HEADERS += include/hwreg_vals.h
+include_bsp_HEADERS += include/irq.h
+include_bsp_HEADERS += include/tsec-config.h
+include_bsp_HEADERS += include/u-boot-config.h
+
 noinst_PROGRAMS =
 
 include_HEADERS += ../../shared/include/coverhd.h
@@ -64,16 +76,6 @@ libbsp_a_SOURCES += ../../shared/bsplibc.c \
 # clock
 libbsp_a_SOURCES += ../shared/clock/clock.c
 
-include_bsp_HEADERS = include/irq.h \
-	../../shared/include/irq-generic.h \
-	../../shared/include/irq-info.h \
-	../../shared/include/u-boot.h \
-	../shared/include/u-boot-board-info.h \
-	../shared/include/tictac.h \
-	include/hwreg_vals.h \
-	include/tsec-config.h \
-	include/u-boot-config.h
-
 # irq
 libbsp_a_SOURCES += ../../shared/src/irq-default-handler.c
 libbsp_a_SOURCES += ../../shared/src/irq-generic.c




More information about the vc mailing list