]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/hymod/Makefile
* Code cleanup:
[people/ms/u-boot.git] / board / hymod / Makefile
index 4d3097ce72f089d560008773bb9dadd173ea0077..b52af9a71640f125b686fa00a9be69886be5dc0b 100644 (file)
@@ -28,7 +28,7 @@ LIB   = lib$(BOARD).a
 OBJS   = $(BOARD).o flash.o bsp.o eeprom.o fetch.o input.o env.o
 
 $(LIB):        .depend $(OBJS)
-       $(AR) crv $@ $^
+       $(AR) crv $@ $(OBJS)
 
 #########################################################################