]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/esd/adciop/Makefile
* Code cleanup:
[people/ms/u-boot.git] / board / esd / adciop / Makefile
index d4a4e65099f9d593aaecacaf6fdad868c68a8ffe..474c93642cddba1a444682629e54bab98c9f24d8 100644 (file)
@@ -1,3 +1,4 @@
+
 #
 # (C) Copyright 2000
 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
@@ -28,7 +29,7 @@ LIB   = lib$(BOARD).a
 OBJS   = $(BOARD).o flash.o ../common/pci.o
 
 $(LIB):        $(OBJS)
-       $(AR) crv $@ $^
+       $(AR) crv $@ $(OBJS)
 
 clean:
        rm -f $(SOBJS) $(OBJS)