Changeset e02e429 in rtems
- Timestamp:
- 01/15/03 13:34:50 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 3bda49d
- Parents:
- 2c0ec5dc
- Location:
- c/src/lib/libbsp/sh/gensh4
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sh/gensh4/ChangeLog
r2c0ec5dc re02e429 1 2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * console/Makefile.am: Don't include @RTEMS_BSP@.cfg. 4 * hw_init/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 1 8 2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
c/src/lib/libbsp/sh/gensh4/console/Makefile.am
r2c0ec5dc re02e429 11 11 OBJS = $(C_O_FILES) 12 12 13 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg14 13 include $(top_srcdir)/../../../../../../automake/compile.am 15 14 include $(top_srcdir)/../../../../../../automake/lib.am -
c/src/lib/libbsp/sh/gensh4/hw_init/Makefile.am
r2c0ec5dc re02e429 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/sh/gensh4/start/Makefile.am
r2c0ec5dc re02e429 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/sh/gensh4/startup/Makefile.am
r2c0ec5dc re02e429 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
Note: See TracChangeset
for help on using the changeset viewer.