]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/etx094/Makefile
* Code cleanup:
[karo-tx-uboot.git] / board / etx094 / Makefile
index ef173d036632038e492a2438decd93712cbc9415..13ce9fc9d28c852268a69aad84fab55016aedc5a 100644 (file)
@@ -28,7 +28,7 @@ LIB   = lib$(BOARD).a
 OBJS   = $(BOARD).o flash.o
 
 $(LIB):        .depend $(OBJS)
-       $(AR) crv $@ $^
+       $(AR) crv $@ $(OBJS)
 
 #########################################################################