From b1987bbfb8254fc4398a8a17cc85c1ead5a5c8f8 Mon Sep 17 00:00:00 2001 From: Jagannadha Sutradharudu Teki Date: Wed, 25 Jul 2012 17:41:04 +0530 Subject: [PATCH] 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 --- board/xilinx/zynq_common/Makefile | 6 ------ 1 file changed, 6 deletions(-) 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 -- 2.47.3