summaryrefslogtreecommitdiffstats
path: root/c/src/wrapup
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2007-12-14 04:54:57 +0000
committerChris Johns <chrisj@rtems.org>2007-12-14 04:54:57 +0000
commitf3bf21f2cf21ec70437cfbff12840148ce6a4034 (patch)
tree2e80ceb5ef6fae5193a1879621a414b428747410 /c/src/wrapup
parent2007-12-14 Chris Johns <chrisj@rtems.org> (diff)
downloadrtems-f3bf21f2cf21ec70437cfbff12840148ce6a4034.tar.bz2
2007-12-14 Chris Johns <chrisj@rtems.org>
* wrapup/Makefile.am: Add libflash.a to the libbsp library. * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support. * libchip/flash, libchip/flash/am29lv160.c, libchip/flash/am29lv160.h: New.
Diffstat (limited to 'c/src/wrapup')
-rw-r--r--c/src/wrapup/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/wrapup/Makefile.am b/c/src/wrapup/Makefile.am
index ccc8118819..474b417f38 100644
--- a/c/src/wrapup/Makefile.am
+++ b/c/src/wrapup/Makefile.am
@@ -20,6 +20,7 @@ endif
# SRCS += $(wildcard $(PROJECT_LIB)/libcpu.a)
if LIBCHIP
+SRCS += ../libchip/libflash.a
SRCS += ../libchip/librtcio.a
SRCS += ../libchip/libserialio.a
SRCS += ../libchip/libide.a