summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-10 21:33:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-10 21:33:47 +0000
commitc603479327f09edeb1e10ddef7f26939b389db04 (patch)
treee7a9ce6a990219d5354813f2700eea47270d24cd /c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am
parent2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-c603479327f09edeb1e10ddef7f26939b389db04.tar.bz2
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am: Review of all bsp_cleanup() implementations. In this phase, all prototypes were removed from bsp.h and empty implementations were removed and made to use the shared stub. * startup/bspclean.c: Removed.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am b/c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am
index ccd5213efd..c2592e6f0f 100644
--- a/c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am
@@ -41,7 +41,7 @@ include_bsp_HEADERS = include/mpc55xxevb.h \
../shared/include/tictac.h
startup_SOURCES = ../../shared/bsplibc.c ../../shared/bsppost.c \
- ../../shared/bootcard.c ../shared/src/tictac.c startup/bspclean.c \
+ ../../shared/bootcard.c ../shared/src/tictac.c ../../shared/bspclean.c \
startup/bspstart.c ../../shared/bsppretaskinghook.c
clock_SOURCES = ../shared/clock/clock.c