From: Jagannadha Sutradharudu Teki Date: Wed, 25 Jul 2012 12:11:04 +0000 (+0530) Subject: Xilinx: ARM: punt unused clean/distclean targets on board X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b1987bbfb8254fc4398a8a17cc85c1ead5a5c8f8;p=thirdparty%2Fu-boot.git Xilinx: ARM: punt unused clean/distclean targets on board 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 --- diff --git a/board/xilinx/zynq_common/Makefile b/board/xilinx/zynq_common/Makefile index 64ad496d32f..135d03c0736 100644 --- a/board/xilinx/zynq_common/Makefile +++ b/board/xilinx/zynq_common/Makefile @@ -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