Changeset 4dd4156 in rtems
- Timestamp:
- Dec 19, 2002, 9:23:19 PM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 887458a1
- Parents:
- f54315c
- Location:
- c/src/lib/libbsp/m68k/sim68000
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/sim68000/ChangeLog
rf54315c r4dd4156 1 2002-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg. 4 * console/Makefile.am: Don't include @RTEMS_BSP@.cfg. 5 * start/Makefile.am: Don't include @RTEMS_BSP@.cfg. 6 * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg. 7 * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg. 8 1 9 2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/m68k/sim68000/clock/Makefile.am
rf54315c r4dd4156 13 13 OBJS = $(C_O_FILES) 14 14 15 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg16 15 include $(top_srcdir)/../../../../../../automake/compile.am 17 16 include $(top_srcdir)/../../../../../../automake/lib.am -
c/src/lib/libbsp/m68k/sim68000/console/Makefile.am
rf54315c r4dd4156 16 16 OBJS = $(C_O_FILES) $(S_O_FILES) 17 17 18 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg19 18 include $(top_srcdir)/../../../../../../automake/compile.am 20 19 include $(top_srcdir)/../../../../../../automake/lib.am -
c/src/lib/libbsp/m68k/sim68000/start/Makefile.am
rf54315c r4dd4156 8 8 OBJS = $(S_O_FILES) 9 9 10 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg11 10 include $(top_srcdir)/../../../../../../automake/compile.am 12 11 include $(top_srcdir)/../../../../../../automake/lib.am -
c/src/lib/libbsp/m68k/sim68000/startup/Makefile.am
rf54315c r4dd4156 15 15 OBJS = $(C_O_FILES) 16 16 17 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg18 17 include $(top_srcdir)/../../../../../../automake/compile.am 19 18 include $(top_srcdir)/../../../../../../automake/lib.am -
c/src/lib/libbsp/m68k/sim68000/timer/Makefile.am
rf54315c r4dd4156 13 13 OBJS = $(C_O_FILES) 14 14 15 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg16 15 include $(top_srcdir)/../../../../../../automake/compile.am 17 16 include $(top_srcdir)/../../../../../../automake/lib.am
Note: See TracChangeset
for help on using the changeset viewer.