summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sh/sh7032/score/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-12-14 07:07:34 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-12-14 07:07:34 +0000
commit9ab15f1a9b86179946aa7cb1589ab3ff48f4ca48 (patch)
tree9d35b11c4fe0b607840b4589b33c15dbcb613f28 /c/src/lib/libcpu/sh/sh7032/score/Makefile.am
parent2002-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-9ab15f1a9b86179946aa7cb1589ab3ff48f4ca48.tar.bz2
2002-12-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Eliminate *_O_FILES. Don't include @RTEMS_BSP@.cfg. * delay/Makefile.am: Ditto. * sci/Makefile.am: Ditto. * score/Makefile.am: Ditto. * timer/Makefile.am: Ditto.
Diffstat (limited to 'c/src/lib/libcpu/sh/sh7032/score/Makefile.am')
-rw-r--r--c/src/lib/libcpu/sh/sh7032/score/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/c/src/lib/libcpu/sh/sh7032/score/Makefile.am b/c/src/lib/libcpu/sh/sh7032/score/Makefile.am
index 3204623eaa..618f758e71 100644
--- a/c/src/lib/libcpu/sh/sh7032/score/Makefile.am
+++ b/c/src/lib/libcpu/sh/sh7032/score/Makefile.am
@@ -6,11 +6,8 @@
PGM = $(ARCH)/score.rel
C_FILES = cpu_asm.c ispsh7032.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