diff options
Diffstat (limited to 'board/sc520_cdp/Makefile')
-rw-r--r-- | board/sc520_cdp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/sc520_cdp/Makefile b/board/sc520_cdp/Makefile index 0f50393..f9a36f9 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) |