]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/sl8245/Makefile
Fix some missing commands, cleanup header files
[karo-tx-uboot.git] / board / sl8245 / Makefile
index da60318d7f4ebfe8c2c15da0ae01616784eb058e..6d112404328131ac6e67f0655720c7422cb8314b 100644 (file)
@@ -28,7 +28,7 @@ LIB   = lib$(BOARD).a
 OBJS   = $(BOARD).o flash.o
 
 $(LIB):        .depend $(OBJS)
-       $(AR) crv $@ $^
+       $(AR) crv $@ $(OBJS)
 
 #########################################################################