]> git.ipfire.org Git - u-boot.git/blobdiff - board/mousse/Makefile
* Code cleanup:
[u-boot.git] / board / mousse / Makefile
index 6d9df89a5a844a4c3eb537ff8ef45f9b363cb0d3..ddc5546e7f5fceb7eab0280ca9a9c17c5b49bbf9 100644 (file)
@@ -1,3 +1,4 @@
+
 #
 # (C) Copyright 2001
 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
@@ -28,7 +29,7 @@ LIB   = lib$(BOARD).a
 OBJS   = $(BOARD).o m48t59y.o pci.o flash.o
 
 $(LIB):        .depend $(OBJS)
-       $(AR) crv $@ $^
+       $(AR) crv $@ $(OBJS)
 
 #########################################################################