]> Git Repo - u-boot.git/blobdiff - board/eXalion/Makefile
Code cleanup
[u-boot.git] / board / eXalion / Makefile
index 110d09db7d688b8a4a3a798b37627eee3a1b93a7..cfbf465bbe6a4564344ca65634fc5b5e8626c207 100644 (file)
@@ -29,7 +29,7 @@ OBJS  = $(BOARD).o
 SOBJS  =
 
 $(LIB):        .depend $(OBJS) $(SOBJS)
-       $(AR) crv $@ $^
+       $(AR) crv $@ $(OBJS) $(SOBJS)
 
 #########################################################################
 
This page took 0.024756 seconds and 4 git commands to generate.