Patch by Raghu Krishnaprasad, 7 Aug 2003:
[oweals/u-boot.git] / board / tqm8xx / Makefile
index 99c0f85896bd1e9adb7fd75fbad2b6dde69f0516..2ff9b4dab245633b87526fd0e5b88224abb544c0 100644 (file)
@@ -1,5 +1,5 @@
 #
-# (C) Copyright 2000
+# (C) Copyright 2000-2003
 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
 #
 # See file CREDITS for list of people who contributed to this
@@ -28,7 +28,7 @@ LIB   = lib$(BOARD).a
 OBJS   = $(BOARD).o flash.o load_sernum_ethaddr.o
 
 $(LIB):        .depend $(OBJS)
-       $(AR) crv $@ $^
+       $(AR) crv $@ $(OBJS)
 
 #########################################################################