]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/trab/Makefile
* Code cleanup:
[karo-tx-uboot.git] / board / trab / Makefile
index bb6930dc2403125bb9bdb0dc98d971193bfae542..d58ac915d025a0dc36726e23e319b4caf1941015 100644 (file)
@@ -29,7 +29,7 @@ OBJS  := trab.o flash.o vfd.o
 SOBJS  := memsetup.o
 
 $(LIB):        $(OBJS) $(SOBJS)
-       $(AR) crv $@ $^
+       $(AR) crv $@ $(OBJS) $(SOBJS)
 
 clean:
        rm -f $(SOBJS) $(OBJS)