Changeset 7af077e in rtems
- Timestamp:
- Dec 14, 2002, 7:13:34 AM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- cbf7b5a3
- Parents:
- 9ab15f1a
- Location:
- c/src/lib/libcpu/sh/sh7045
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/sh/sh7045/ChangeLog
r9ab15f1a r7af077e 1 2002-12-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * clock/Makefile.am: Eliminate *_O_FILES. 4 Don't include @RTEMS_BSP@.cfg. 5 * sci/Makefile.am: Ditto. 6 * score/Makefile.am: Ditto. 7 * timer/Makefile.am: Ditto. 8 * configure.ac: Apply 2002-11-07 patch (Apparently dropped by CVS). 9 1 10 2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 11 -
c/src/lib/libcpu/sh/sh7045/clock/Makefile.am
r9ab15f1a r7af077e 7 7 8 8 C_FILES = ckinit.c 9 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))9 OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 10 10 11 OBJS = $(C_O_FILES)12 13 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg14 11 include $(top_srcdir)/../../../../../../automake/compile.am 15 12 include $(top_srcdir)/../../../../../../automake/lib.am -
c/src/lib/libcpu/sh/sh7045/configure.ac
r9ab15f1a r7af077e 30 30 AC_CONFIG_FILES([Makefile 31 31 clock/Makefile 32 include/Makefile33 32 score/Makefile 34 33 sci/Makefile
Note: See TracChangeset
for help on using the changeset viewer.