Changeset 2b61cd06 in rtems
- Timestamp:
- 08/10/02 04:07:26 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 4db904ec
- Parents:
- 2f0a1dc1
- Location:
- c/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ChangeLog
r2f0a1dc1 r2b61cd06 1 2002-08-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and 4 ../libchip/serial/$(ARCH)/libserialio.a. 5 1 6 2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 … … 13 18 2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 14 19 15 * Makefile.am: Append BARE_CPU_MODEL t pmake/@RTEMS_BSP@.cache20 * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache 16 21 creation (Make the bare BSP happy). 17 22 * configure.ac: Ditto. -
c/src/wrapup/Makefile.am
r2f0a1dc1 r2b61cd06 25 25 SRCS = $(LIBBSP) $(LIBNETWORKING) $(LIBRDBG) \ 26 26 $(wildcard $(PROJECT_RELEASE)/lib/libcpu$(LIB_VARIANT).a) \ 27 $(wildcard $(PROJECT_RELEASE)/lib/librtcio$(LIB_VARIANT).a)\28 $(wildcard $(PROJECT_RELEASE)/lib/libserialio$(LIB_VARIANT).a)\27 ../libchip/rtc/$(ARCH)/librtcio.a \ 28 ../libchip/serial/$(ARCH)/libserialio.a \ 29 29 $(wildcard $(PROJECT_RELEASE)/lib/libnetchip$(LIB_VARIANT).a) \ 30 30 ../libmisc/wrapup/$(ARCH)/libmisc.a \
Note: See TracChangeset
for help on using the changeset viewer.