]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/siemens/SCM/Makefile
* Code cleanup:
[karo-tx-uboot.git] / board / siemens / SCM / Makefile
index b7e26ff6b598de12a75e4e561efea266c33ba915..af646e4eb9d9372abac98ffa1c0bdc636de6c36b 100644 (file)
@@ -30,7 +30,7 @@ OBJS  = scm.o flash.o fpga_scm.o ../common/fpga.o \
 
 
 $(LIB):        .depend $(OBJS)
-       $(AR) crv $@ $^
+       $(AR) crv $@ $(OBJS)
 
 #########################################################################