2002-08-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
    	../libchip/serial/$(ARCH)/libserialio.a.
This commit is contained in:
Ralf Corsepius
2002-08-10 04:07:26 +00:00
parent 2f0a1dc17b
commit 2b61cd0618
2 changed files with 8 additions and 3 deletions
+6 -1
View File
@@ -1,3 +1,8 @@
2002-08-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
../libchip/serial/$(ARCH)/libserialio.a.
2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add rtems_makedir.
@@ -12,7 +17,7 @@
2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Append BARE_CPU_MODEL tp make/@RTEMS_BSP@.cache
* Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache
creation (Make the bare BSP happy).
* configure.ac: Ditto.
+2 -2
View File
@@ -24,8 +24,8 @@ endif
SRCS = $(LIBBSP) $(LIBNETWORKING) $(LIBRDBG) \
$(wildcard $(PROJECT_RELEASE)/lib/libcpu$(LIB_VARIANT).a) \
$(wildcard $(PROJECT_RELEASE)/lib/librtcio$(LIB_VARIANT).a) \
$(wildcard $(PROJECT_RELEASE)/lib/libserialio$(LIB_VARIANT).a) \
../libchip/rtc/$(ARCH)/librtcio.a \
../libchip/serial/$(ARCH)/libserialio.a \
$(wildcard $(PROJECT_RELEASE)/lib/libnetchip$(LIB_VARIANT).a) \
../libmisc/wrapup/$(ARCH)/libmisc.a \
$(wildcard $(PROJECT_RELEASE)/lib/rtems-ctor$(LIB_VARIANT).o)