]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/purple/Makefile
* Code cleanup:
[people/ms/u-boot.git] / board / purple / Makefile
index d1b00563bf7d32f590df5efd535c5a16aad54ec3..a9463b6215716607151d6cdfc5ff3eba419a82b1 100644 (file)
@@ -1,3 +1,4 @@
+
 #
 # (C) Copyright 2003
 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
@@ -29,7 +30,7 @@ OBJS  = $(BOARD).o flash.o sconsole.o
 SOBJS  = memsetup.o
 
 $(LIB):        .depend $(OBJS) $(SOBJS)
-       $(AR) crv $@ $^
+       $(AR) crv $@ $(OBJS)
 
 #########################################################################