]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/bmw/Makefile
* Code cleanup:
[karo-tx-uboot.git] / board / bmw / Makefile
index 46fe7910e744cdb0696134c8a92df44296db3d08..621640b0079808db72be01eb6f78e4db86c1f9ac 100644 (file)
@@ -31,7 +31,7 @@ OBJS  = $(BOARD).o flash.o ns16550.o serial.o m48t59y.o
 SOBJS  = early_init.o
 
 $(LIB):        .depend $(OBJS) $(SOBJS)
-       $(AR) crv $@ $^
+       $(AR) crv $@ $(OBJS) $(SOBJS)
 
 #########################################################################