]> git.ipfire.org Git - u-boot.git/blobdiff - board/mpc8260ads/Makefile
* Code cleanup:
[u-boot.git] / board / mpc8260ads / Makefile
index 9280bf7d6066472f497a2e8395c01423464cf847..cc519d1e27cd918727125a45f5431345cb166d84 100644 (file)
@@ -1,3 +1,4 @@
+
 #
 # (C) Copyright 2001
 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
@@ -28,7 +29,7 @@ LIB   = lib$(BOARD).a
 OBJS   := $(BOARD).o flash.o
 
 $(LIB):        $(OBJS) $(SOBJS)
-       $(AR) crv $@ $^
+       $(AR) crv $@ $(OBJS)
 
 clean:
        rm -f $(SOBJS) $(OBJS)