From 06731d6b708cf302c6f846b2d7e5dec805a3c8b9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 3 Dec 2009 18:21:38 +0000 Subject: 2009-12-03 Joel Sherrill * Makefile.am, preinstall.am: Account for coverhd.h and tm27.h. Use stubs for both. --- c/src/lib/libbsp/powerpc/beatnik/ChangeLog | 5 +++++ c/src/lib/libbsp/powerpc/beatnik/Makefile.am | 2 ++ c/src/lib/libbsp/powerpc/beatnik/preinstall.am | 8 ++++++++ 3 files changed, 15 insertions(+) (limited to 'c') diff --git a/c/src/lib/libbsp/powerpc/beatnik/ChangeLog b/c/src/lib/libbsp/powerpc/beatnik/ChangeLog index f102855023..385d84ee96 100644 --- a/c/src/lib/libbsp/powerpc/beatnik/ChangeLog +++ b/c/src/lib/libbsp/powerpc/beatnik/ChangeLog @@ -1,3 +1,8 @@ +2009-12-03 Joel Sherrill + + * Makefile.am, preinstall.am: Account for coverhd.h and tm27.h. Use + stubs for both. + 2009-11-06 Till Straumann * Makefile.am, irq/discovery_pic.c, irq/irq_init.c: diff --git a/c/src/lib/libbsp/powerpc/beatnik/Makefile.am b/c/src/lib/libbsp/powerpc/beatnik/Makefile.am index 5433e2fca5..f7e2073884 100644 --- a/c/src/lib/libbsp/powerpc/beatnik/Makefile.am +++ b/c/src/lib/libbsp/powerpc/beatnik/Makefile.am @@ -24,6 +24,8 @@ include_HEADERS = include/bsp.h nodist_include_HEADERS = include/bspopts.h nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h +nodist_include_HEADERS += ../../shared/include/coverhd.h +nodist_include_HEADERS += ../../shared/include/tm27.h DISTCLEANFILES += include/bspopts.h include_bsp_HEADERS = diff --git a/c/src/lib/libbsp/powerpc/beatnik/preinstall.am b/c/src/lib/libbsp/powerpc/beatnik/preinstall.am index 51a83f2ded..87b19d9353 100644 --- a/c/src/lib/libbsp/powerpc/beatnik/preinstall.am +++ b/c/src/lib/libbsp/powerpc/beatnik/preinstall.am @@ -49,6 +49,14 @@ $(PROJECT_INCLUDE)/bsp/bootcard.h: ../../shared/include/bootcard.h $(PROJECT_INC $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/bootcard.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/bootcard.h +$(PROJECT_INCLUDE)/coverhd.h: ../../shared/include/coverhd.h $(PROJECT_INCLUDE)/$(dirstamp) + $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/coverhd.h +PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h + +$(PROJECT_INCLUDE)/tm27.h: ../../shared/include/tm27.h $(PROJECT_INCLUDE)/$(dirstamp) + $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/tm27.h +PREINSTALL_FILES += $(PROJECT_INCLUDE)/tm27.h + $(PROJECT_LIB)/rtems_crti.$(OBJEXT): rtems_crti.$(OBJEXT) $(PROJECT_LIB)/$(dirstamp) $(INSTALL_DATA) $< $(PROJECT_LIB)/rtems_crti.$(OBJEXT) TMPINSTALL_FILES += $(PROJECT_LIB)/rtems_crti.$(OBJEXT) -- cgit v1.2.3