]> git.sur5r.net Git - u-boot/blobdiff - board/xilinx/ppc405-generic/Makefile
Merge branch 'next' of ../next
[u-boot] / board / xilinx / ppc405-generic / Makefile
index 4b8e4f422f2b3c5b5f705aeea4a45ac3fa6405aa..717ffc9c9f1a5158ce5131e268253324cd6f0c59 100644 (file)
@@ -41,7 +41,9 @@ SRCS  := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
-$(LIB):        $(OBJS) $(SOBJS)
+all: $(LIB) $(SOBJS)
+
+$(LIB):        $(OBJS)
        $(call cmd_link_o_target, $^)
 
 clean: