Changeset a73d8f7e in rtems
- Timestamp:
- 12/14/02 16:20:29 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 0c669c9
- Parents:
- 9630de8
- Location:
- c/src/lib/libbsp/mips/jmr3904
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/mips/jmr3904/ChangeLog
r9630de8 ra73d8f7e 1 2002-12-14 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/mips/jmr3904/clock/Makefile.am
r9630de8 ra73d8f7e 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/mips/jmr3904/console/Makefile.am
r9630de8 ra73d8f7e 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/mips/jmr3904/start/Makefile.am
r9630de8 ra73d8f7e 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/mips/jmr3904/startup/Makefile.am
r9630de8 ra73d8f7e 14 14 OBJS = $(C_O_FILES) 15 15 16 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg17 16 include $(top_srcdir)/../../../../../../automake/compile.am 18 17 include $(top_srcdir)/../../../../../../automake/lib.am -
c/src/lib/libbsp/mips/jmr3904/timer/Makefile.am
r9630de8 ra73d8f7e 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
Note: See TracChangeset
for help on using the changeset viewer.