]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/cogent/Makefile
* Code cleanup:
[karo-tx-uboot.git] / board / cogent / Makefile
index 0cf6411cb9b6d950facbb651c30c2c5d16c1b150..4084c7ebe5da4547f570c39436d118329768c0b7 100644 (file)
@@ -29,7 +29,7 @@ OBJS  := mb.o flash.o dipsw.o lcd.o serial.o # pci.o rtc.o par.o kbm.o
 SOBJS  :=
 
 $(LIB):        $(OBJS)
-       $(AR) crv $@ $^
+       $(AR) crv $@ $(OBJS)
 
 clean:
        rm -f $(SOBJS) $(OBJS)