Changeset df782fc in rtems
- Timestamp:
- 09/05/00 15:50:04 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- fdab2b6
- Parents:
- 476b632
- Location:
- c/src/lib/libbsp/m68k/sim68000
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/sim68000/ChangeLog
r476b632 rdf782fc 1 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * clock/Makefile.am, console/Makefile.am, start/Makefile.am, 4 startup/Makefile.am, wrapup/Makefile.am: Include compile.am 5 1 6 2000-08-10 Joel Sherrill <joel@OARcorp.com> 2 7 -
c/src/lib/libbsp/m68k/sim68000/clock/Makefile.am
r476b632 rdf782fc 15 15 16 16 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 17 include $(top_srcdir)/../../../../../../automake/compile.am 17 18 include $(top_srcdir)/../../../../../../automake/lib.am 18 19 … … 30 31 .PRECIOUS: $(PGM) 31 32 32 # XXX add the other variant files here 33 # XXX add the other variant files here 33 34 EXTRA_DIST = clockdrv.c 34 35 -
c/src/lib/libbsp/m68k/sim68000/console/Makefile.am
r476b632 rdf782fc 12 12 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) 13 13 14 S_FILES = 14 S_FILES = 15 15 S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o) 16 16 … … 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/m68k/sim68000/start/Makefile.am
r476b632 rdf782fc 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/m68k/sim68000/startup/Makefile.am
r476b632 rdf782fc 17 17 18 18 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 19 include $(top_srcdir)/../../../../../../automake/compile.am 19 20 include $(top_srcdir)/../../../../../../automake/lib.am 20 21 -
c/src/lib/libbsp/m68k/sim68000/wrapup/Makefile.am
r476b632 rdf782fc 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.