diff options
Diffstat (limited to 'board/sc520_cdp/Makefile')
-rw-r--r-- | board/sc520_cdp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sc520_cdp/Makefile b/board/sc520_cdp/Makefile index f9a36f9f42..ab06ebc81a 100644 --- a/board/sc520_cdp/Makefile +++ b/board/sc520_cdp/Makefile @@ -29,7 +29,7 @@ OBJS := sc520_cdp.o flash.o SOBJS := sc520_cdp_asm.o sc520_cdp_asm16.o $(LIB): $(OBJS) $(SOBJS) - $(AR) crv $@ $(OBJS) + $(AR) crv $@ $(OBJS) $(SOBJS) clean: rm -f $(SOBJS) $(OBJS) |