]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/siemens/CCM/Makefile
* Code cleanup:
[people/ms/u-boot.git] / board / siemens / CCM / Makefile
index 548647ac297fb7a9004b4996bf62ba182dc466f2..ee2fc53bb05e85c0285d7bcebc98ca261ae8ee0e 100644 (file)
@@ -29,7 +29,7 @@ OBJS  = ccm.o flash.o fpga_ccm.o ../common/fpga.o \
          ../../tqm8xx/load_sernum_ethaddr.o
 
 $(LIB):        .depend $(OBJS)
-       $(AR) crv $@ $^
+       $(AR) crv $@ $(OBJS)
 
 #########################################################################