Changeset e25801a3 in rtems
- Timestamp:
- 01/16/03 02:44:26 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a5f8ec56
- Parents:
- d8b3f14
- Location:
- c/src/lib/libcpu/mips64orion
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/mips64orion/ChangeLog
rd8b3f14 re25801a3 1 2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg. 4 * timer/Makefile.am: Ditto. 5 1 6 2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libcpu/mips64orion/clock/Makefile.am
rd8b3f14 re25801a3 14 14 clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT)) 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/libcpu/mips64orion/timer/Makefile.am
rd8b3f14 re25801a3 12 12 timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT)) 13 13 14 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg15 14 include $(top_srcdir)/../../../../../automake/compile.am 16 15 include $(top_srcdir)/../../../../../automake/lib.am
Note: See TracChangeset
for help on using the changeset viewer.