Changeset 2b61cd06 in rtems


Ignore:
Timestamp:
08/10/02 04:07:26 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
4db904ec
Parents:
2f0a1dc1
Message:

2002-08-10 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and

../libchip/serial/$(ARCH)/libserialio.a.

Location:
c/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/ChangeLog

    r2f0a1dc1 r2b61cd06  
     12002-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
    162002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
     
    13182002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    1419
    15         * Makefile.am: Append BARE_CPU_MODEL tp make/@RTEMS_BSP@.cache
     20        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache
    1621        creation (Make the bare BSP happy).
    1722        * configure.ac: Ditto.
  • c/src/wrapup/Makefile.am

    r2f0a1dc1 r2b61cd06  
    2525SRCS = $(LIBBSP) $(LIBNETWORKING) $(LIBRDBG) \
    2626    $(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 \
    2929    $(wildcard $(PROJECT_RELEASE)/lib/libnetchip$(LIB_VARIANT).a) \
    3030    ../libmisc/wrapup/$(ARCH)/libmisc.a \
Note: See TracChangeset for help on using the changeset viewer.