Changeset 60d9d9d in rtems
- Timestamp:
- 09/05/00 15:43:04 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 66f3fad
- Parents:
- 9a7e074d
- Location:
- c/src/lib/libbsp/i960/i960sim
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i960/i960sim/ChangeLog
r9a7e074d r60d9d9d 1 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * console/Makefile.am, start/Makefile.am, startup/Makefile.am, 4 wrapup/Makefile.am, clock/Makefile.am: Include compile.am 5 1 6 2000-08-10 Joel Sherrill <joel@OARcorp.com> 2 7 -
c/src/lib/libbsp/i960/i960sim/clock/Makefile.am
r9a7e074d r60d9d9d 13 13 14 14 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 15 include $(top_srcdir)/../../../../../../automake/compile.am 15 16 include $(top_srcdir)/../../../../../../automake/lib.am 16 17 -
c/src/lib/libbsp/i960/i960sim/console/Makefile.am
r9a7e074d r60d9d9d 18 18 19 19 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 20 include $(top_srcdir)/../../../../../../automake/compile.am 20 21 include $(top_srcdir)/../../../../../../automake/lib.am 21 22 -
c/src/lib/libbsp/i960/i960sim/start/Makefile.am
r9a7e074d r60d9d9d 13 13 14 14 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 15 include $(top_srcdir)/../../../../../../automake/compile.am 15 16 include $(top_srcdir)/../../../../../../automake/lib.am 16 17 -
c/src/lib/libbsp/i960/i960sim/startup/Makefile.am
r9a7e074d r60d9d9d 16 16 17 17 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 18 include $(top_srcdir)/../../../../../../automake/compile.am 18 19 include $(top_srcdir)/../../../../../../automake/lib.am 19 20 -
c/src/lib/libbsp/i960/i960sim/wrapup/Makefile.am
r9a7e074d r60d9d9d 8 8 9 9 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 10 include $(top_srcdir)/../../../../../../automake/compile.am 10 11 include $(top_srcdir)/../../../../../../automake/lib.am 11 12 12 13 # bummer; have to use $foreach since % pattern subst rules only replace 1x 13 14 OBJS = $(foreach piece, $(BSP_FILES), $(wildcard ../$(piece)/$(ARCH)/*.o)) \ 14 $(wildcard ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(ARCH)/*.o) \15 $(foreach piece, $(GENERIC_FILES), ../../../$(piece)/$(ARCH)/$(piece).rel)15 $(wildcard ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(ARCH)/*.o) \ 16 $(foreach piece, $(GENERIC_FILES), ../../../$(piece)/$(ARCH)/$(piece).rel) 16 17 17 18 LIB = $(ARCH)/libbsp.a
Note: See TracChangeset
for help on using the changeset viewer.