summaryrefslogtreecommitdiffstats
path: root/board/efikamx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/efikamx/Makefile')
-rw-r--r--board/efikamx/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/board/efikamx/Makefile b/board/efikamx/Makefile
index fdd188ecfc..bd2174fec3 100644
--- a/board/efikamx/Makefile
+++ b/board/efikamx/Makefile
@@ -33,12 +33,11 @@ ifdef CONFIG_CMD_USB
COBJS += efikamx-usb.o
endif
-SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
+SRCS := $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))
-SOBJS := $(addprefix $(obj),$(SOBJS))
-$(LIB): $(obj).depend $(OBJS) $(SOBJS)
- $(call cmd_link_o_target, $(OBJS) $(SOBJS))
+$(LIB): $(obj).depend $(OBJS)
+ $(call cmd_link_o_target, $(OBJS))
#########################################################################
OpenPOWER on IntegriCloud