summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sh/sh7032/score/Makefile.am
diff options
context:
space:
mode:
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