summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-01-15 16:27:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-01-15 16:27:23 +0000
commitce9c79fd9cb10b63e9a23cd10a826e35d26752a1 (patch)
tree15e747877204cf4e6ecfe8075338c4c3363e351c /c/src/lib/libcpu
parent*** empty log message *** (diff)
downloadrtems-ce9c79fd9cb10b63e9a23cd10a826e35d26752a1.tar.bz2
2002-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* sci/Makefile.am: Apply 2002-12-14 patch (Apparently dropped by CVS). * score/Makefile.am: Likewise. * timer/Makefile.am: Likewise.
Diffstat (limited to 'c/src/lib/libcpu')
-rw-r--r--c/src/lib/libcpu/sh/sh7045/ChangeLog6
-rw-r--r--c/src/lib/libcpu/sh/sh7045/sci/Makefile.am5
-rw-r--r--c/src/lib/libcpu/sh/sh7045/score/Makefile.am5
-rw-r--r--c/src/lib/libcpu/sh/sh7045/timer/Makefile.am5
4 files changed, 9 insertions, 12 deletions
diff --git a/c/src/lib/libcpu/sh/sh7045/ChangeLog b/c/src/lib/libcpu/sh/sh7045/ChangeLog
index ec1a6d1683..66add8ae94 100644
--- a/c/src/lib/libcpu/sh/sh7045/ChangeLog
+++ b/c/src/lib/libcpu/sh/sh7045/ChangeLog
@@ -1,3 +1,9 @@
+2002-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * sci/Makefile.am: Apply 2002-12-14 patch (Apparently dropped by CVS).
+ * score/Makefile.am: Likewise.
+ * timer/Makefile.am: Likewise.
+
2002-12-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Eliminate *_O_FILES.
diff --git a/c/src/lib/libcpu/sh/sh7045/sci/Makefile.am b/c/src/lib/libcpu/sh/sh7045/sci/Makefile.am
index 3c4431ba2b..47db676718 100644
--- a/c/src/lib/libcpu/sh/sh7045/sci/Makefile.am
+++ b/c/src/lib/libcpu/sh/sh7045/sci/Makefile.am
@@ -6,11 +6,8 @@
PGM = $(ARCH)/sci.rel
C_FILES = sci.c sci_termios.c
-C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
+OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
-OBJS = $(C_O_FILES)
-
-include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../../automake/compile.am
include $(top_srcdir)/../../../../../../automake/lib.am
diff --git a/c/src/lib/libcpu/sh/sh7045/score/Makefile.am b/c/src/lib/libcpu/sh/sh7045/score/Makefile.am
index 7ec90a5bf7..47d5a0de00 100644
--- a/c/src/lib/libcpu/sh/sh7045/score/Makefile.am
+++ b/c/src/lib/libcpu/sh/sh7045/score/Makefile.am
@@ -6,11 +6,8 @@
PGM = $(ARCH)/score.rel
C_FILES = cpu_asm.c ispsh7045.c
-C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
+OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
-OBJS = $(C_O_FILES)
-
-include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../../automake/compile.am
include $(top_srcdir)/../../../../../../automake/lib.am
diff --git a/c/src/lib/libcpu/sh/sh7045/timer/Makefile.am b/c/src/lib/libcpu/sh/sh7045/timer/Makefile.am
index 1eb63d1c83..40aac3426c 100644
--- a/c/src/lib/libcpu/sh/sh7045/timer/Makefile.am
+++ b/c/src/lib/libcpu/sh/sh7045/timer/Makefile.am
@@ -6,11 +6,8 @@
PGM = $(ARCH)/timer.rel
C_FILES = timer.c
-C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
+OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
-OBJS = $(C_O_FILES)
-
-include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../../automake/compile.am
include $(top_srcdir)/../../../../../../automake/lib.am