]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/amirix/ap1000/Makefile
ppc4xx: Cleanup for partial linking and --gc-sections
[karo-tx-uboot.git] / board / amirix / ap1000 / Makefile
index fdf61458d3dfab20be5a633a3d1ab5dcb977b770..fe7a6a2144f800e3d86c8e49daac6744a9771a99 100644 (file)
@@ -32,7 +32,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: