]> git.ipfire.org Git - u-boot.git/blobdiff - board/sc520_cdp/Makefile
* Code cleanup:
[u-boot.git] / board / sc520_cdp / Makefile
index 0f50393468ec4f896ee36446db20cdc135d34d8a..f9a36f9f4210088f8f9f741ff08f196948160efb 100644 (file)
@@ -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)