summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lpc24xx/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-22 21:49:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-22 21:49:23 +0000
commitb23d8953d70ef33d2a7306f2a63619e4afb0a84e (patch)
treebf328c47c7c8d68a8a413a95feb2853a4eff99a9 /c/src/lib/libbsp/arm/lpc24xx/Makefile.am
parent2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-b23d8953d70ef33d2a7306f2a63619e4afb0a84e.tar.bz2
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, startup/bspstart.c: Use standardized bsp_cleanup() which can optionally print a message, poll for user to press key, and call bsp_reset(). Using this eliminates the various bsp_cleanup() implementations which had their own implementation and variety of string constants.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/arm/lpc24xx/Makefile.am b/c/src/lib/libbsp/arm/lpc24xx/Makefile.am
index f0daadbe0b..c993ff8b56 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/Makefile.am
+++ b/c/src/lib/libbsp/arm/lpc24xx/Makefile.am
@@ -51,6 +51,7 @@ dist_project_lib_DATA = ../shared/startup/linkcmds.base \
shared_SOURCES = ../../shared/bootcard.c \
../../shared/bspclean.c \
+ ../../shared/bspreset.c \
../../shared/bspgetworkarea.c \
../../shared/bsplibc.c \
../../shared/bsppost.c \