Changeset f3bf21f2 in rtems
- Timestamp:
- 12/14/07 04:54:57 (15 years ago)
- Branches:
- 4.10, 4.11, 4.9, 5, master
- Children:
- 3c68c6c8
- Parents:
- 2199d74
- Location:
- c/src
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ChangeLog
r2199d74 rf3bf21f2 1 2007-12-14 Chris Johns <chrisj@rtems.org> 2 3 * wrapup/Makefile.am: Add libflash.a to the libbsp library. 4 * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support. 5 * libchip/flash, libchip/flash/am29lv160.c, 6 libchip/flash/am29lv160.h: New. 7 1 8 2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com> 2 9 -
c/src/libchip/Makefile.am
r2199d74 rf3bf21f2 13 13 noinst_LIBRARIES = 14 14 noinst_PROGRAMS = 15 16 # flash 17 if LIBCHIP 18 include_libchip_HEADERS += flash/am29lv160.h 19 20 noinst_LIBRARIES += libflash.a 21 libflash_a_SOURCES = flash/am29lv160.c 22 libflash_a_CPPFLAGS = $(AM_CPPFLAGS) 23 endif 15 24 16 25 # ide -
c/src/libchip/preinstall.am
r2199d74 rf3bf21f2 34 34 @: > $(PROJECT_INCLUDE)/libchip/$(dirstamp) 35 35 PREINSTALL_DIRS += $(PROJECT_INCLUDE)/libchip/$(dirstamp) 36 endif 37 if LIBCHIP 38 $(PROJECT_INCLUDE)/libchip/am29lv160.h: flash/am29lv160.h $(PROJECT_INCLUDE)/libchip/$(dirstamp) 39 $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libchip/am29lv160.h 40 PREINSTALL_FILES += $(PROJECT_INCLUDE)/libchip/am29lv160.h 36 41 endif 37 42 if LIBCHIP -
c/src/wrapup/Makefile.am
r2199d74 rf3bf21f2 21 21 22 22 if LIBCHIP 23 SRCS += ../libchip/libflash.a 23 24 SRCS += ../libchip/librtcio.a 24 25 SRCS += ../libchip/libserialio.a
Note: See TracChangeset
for help on using the changeset viewer.