]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
zynq: Remove clean and distclean option from Makefile
authorMichal Simek <monstr@monstr.eu>
Thu, 1 Nov 2012 12:28:14 +0000 (13:28 +0100)
committerMichal Simek <monstr@monstr.eu>
Thu, 1 Nov 2012 16:40:51 +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/Makefile

index ef4faa125ed9f4fc6c78bd5d67f1193e7e3d04ff..90349aa82057bd306960006019df0509b5d2f1bc 100644 (file)
@@ -38,12 +38,6 @@ OBJS := $(addprefix $(obj),$(COBJS))
 $(LIB):        $(obj).depend $(OBJS)
        $(call cmd_link_o_target, $(OBJS))
 
-clean:
-       rm -f $(OBJS)
-
-distclean:     clean
-       rm -f $(LIB) core *.bak $(obj).depend
-
 #########################################################################
 
 # defines $(obj).depend target