summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sh/sh7750/score/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libcpu/sh/sh7750/score/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/c/src/lib/libcpu/sh/sh7750/score/Makefile.am b/c/src/lib/libcpu/sh/sh7750/score/Makefile.am
index 1662b4e199..2635b885d8 100644
--- a/c/src/lib/libcpu/sh/sh7750/score/Makefile.am
+++ b/c/src/lib/libcpu/sh/sh7750/score/Makefile.am
@@ -6,11 +6,8 @@
PGM = $(ARCH)/score.rel
C_FILES = cpu_asm.c ispsh7750.c
-C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
+OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
-OBJS = $(C_O_FILES)
-
-include $(top_srcdir)/../../../../../../make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../../automake/compile.am
include $(top_srcdir)/../../../../../../automake/lib.am