]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/eltec/bab7xx/Makefile
* Code cleanup:
[people/ms/u-boot.git] / board / eltec / bab7xx / Makefile
index 6e412c2e0d176b7bba334b56f8d81ad055c8ba87..7d8ed26b529f28b567d704093aafd9ece01edaaf 100644 (file)
@@ -30,7 +30,7 @@ OBJS  = $(BOARD).o flash.o pci.o misc.o el_srom.o dc_srom.o l2cache.o
 SOBJS  = asm_init.o
 
 $(LIB):        .depend $(OBJS) $(SOBJS)
-       $(AR) crv $@ $^
+       $(AR) crv $@ $(OBJS) $(SOBJS)
 
 clean:
        rm -f $(SOBJS) $(OBJS)
@@ -46,12 +46,3 @@ distclean:   clean
 sinclude .depend
 
 #########################################################################
-
-
-
-
-
-
-
-
-