]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/pcippc2/Makefile
* Code cleanup:
[karo-tx-uboot.git] / board / pcippc2 / Makefile
index d77110045c4bbbbcf8a08cce290c64970d1474e2..2998f23eb06c5366087d924504a66c217736a840 100644 (file)
@@ -33,7 +33,7 @@ AOBJS =
 OBJS   = $(COBJS) $(AOBJS)
 
 $(LIB):        .depend $(OBJS)
-       $(AR) crv $@ $^
+       $(AR) crv $@ $(OBJS)
 
 #########################################################################