]> Git Repo - J-u-boot.git/blobdiff - board/esd/cpci440/Makefile
* Code cleanup:
[J-u-boot.git] / board / esd / cpci440 / Makefile
index 4e1f701af22c2e8186a631c67cb53d037ff443af..f706ebcd68913451eb55b390dbbc9b791c60f4f4 100644 (file)
@@ -29,7 +29,7 @@ OBJS  = $(BOARD).o strataflash.o
 SOBJS  = init.o
 
 $(LIB):        $(OBJS) $(SOBJS)
-       $(AR) crv $@ $^
+       $(AR) crv $@ $(OBJS)
 
 clean:
        rm -f $(SOBJS) $(OBJS)
This page took 0.026579 seconds and 4 git commands to generate.