From f3bf21f2cf21ec70437cfbff12840148ce6a4034 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Fri, 14 Dec 2007 04:54:57 +0000 Subject: 2007-12-14 Chris Johns * 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. --- c/src/wrapup/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'c/src/wrapup') 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 -- cgit v1.2.3