]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
zynq_common: Remove clean and distclean option from Makefile
authorMichal Simek <monstr@monstr.eu>
Thu, 1 Nov 2012 16:29:17 +0000 (17:29 +0100)
committerMichal Simek <monstr@monstr.eu>
Thu, 1 Nov 2012 16:40:57 +0000 (17:40 +0100)
Based on this patch
"punt unused clean/distclean targets"
(sha1: 464c79207c89f247f97b344495924eabb0c9738e)
clean and distclean targets are not called.

Remove them too.

Signed-off-by: Michal Simek <monstr@monstr.eu>
board/xilinx/zynq_common/Makefile

index c5dfdcd4a665173acfbf1f00cafe734e23286d4e..e7f784bcf28a76f321ce1452d97995f49217d626 100644 (file)
@@ -40,12 +40,6 @@ SOBJS   := $(addprefix $(obj),$(SOBJS))
 $(LIB):        $(obj).depend $(OBJS) $(SOBJS)
        $(call cmd_link_o_target, $(OBJS) $(SOBJS))
 
-clean:
-       rm -f $(OBJS) $(SOBJS)
-
-distclean:     clean
-       rm -f $(LIB) core *.bak $(obj).depend
-
 #########################################################################
 
 # defines $(obj).depend target