summaryrefslogtreecommitdiffstats
path: root/board/sc520_cdp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/sc520_cdp/Makefile')
-rw-r--r--board/sc520_cdp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/sc520_cdp/Makefile b/board/sc520_cdp/Makefile
index 0f50393468..f9a36f9f42 100644
--- a/board/sc520_cdp/Makefile
+++ b/board/sc520_cdp/Makefile
@@ -25,11 +25,11 @@ include $(TOPDIR)/config.mk
LIB = lib$(BOARD).a
-OBJS := sc520_cdp.o flash.o
+OBJS := sc520_cdp.o flash.o
SOBJS := sc520_cdp_asm.o sc520_cdp_asm16.o
$(LIB): $(OBJS) $(SOBJS)
- $(AR) crv $@ $^
+ $(AR) crv $@ $(OBJS)
clean:
rm -f $(SOBJS) $(OBJS)
OpenPOWER on IntegriCloud