]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/netstal/hcu5/Makefile
ppc4xx: Cleanup for partial linking and --gc-sections
[karo-tx-uboot.git] / board / netstal / hcu5 / Makefile
index 53487653b6911831c29ec13aaf42ac71fc936a33..280c2f668e33be364e46836a6bd342dbdb5786a6 100644 (file)
@@ -34,7 +34,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: