Changeset ce9c79f in rtems
- Timestamp:
- 01/15/03 16:27:23 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 7c53080
- Parents:
- 6016a140
- Location:
- c/src/lib/libcpu/sh/sh7045
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/sh/sh7045/ChangeLog
r6016a140 rce9c79f 1 2002-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * sci/Makefile.am: Apply 2002-12-14 patch (Apparently dropped by CVS). 4 * score/Makefile.am: Likewise. 5 * timer/Makefile.am: Likewise. 6 1 7 2002-12-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
c/src/lib/libcpu/sh/sh7045/sci/Makefile.am
r6016a140 rce9c79f 7 7 8 8 C_FILES = sci.c sci_termios.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/score/Makefile.am
r6016a140 rce9c79f 7 7 8 8 C_FILES = cpu_asm.c ispsh7045.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/timer/Makefile.am
r6016a140 rce9c79f 7 7 8 8 C_FILES = timer.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
Note: See TracChangeset
for help on using the changeset viewer.