]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Xilinx: ARM: punt unused clean/distclean targets on board
authorJagannadha Sutradharudu Teki <jaganna@xilinx.com>
Wed, 25 Jul 2012 12:11:04 +0000 (17:41 +0530)
committerJagannadha Sutradharudu Teki <jaganna@xilinx.com>
Fri, 17 Aug 2012 11:22:05 +0000 (16:52 +0530)
The top level Makefile does not do any recursion into subdirs when
cleaning, so these clean/distclean targets in random arch or board
directories never get used.

Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
board/xilinx/zynq_common/Makefile

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