From: Michal Simek Date: Thu, 1 Nov 2012 16:29:17 +0000 (+0100) Subject: zynq_common: Remove clean and distclean option from Makefile X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8078bdf59778cdc9f44914dcd56e784fb5ddd0a3;p=thirdparty%2Fu-boot.git zynq_common: Remove clean and distclean option from Makefile 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 --- diff --git a/board/xilinx/zynq_common/Makefile b/board/xilinx/zynq_common/Makefile index c5dfdcd4a66..e7f784bcf28 100644 --- a/board/xilinx/zynq_common/Makefile +++ b/board/xilinx/zynq_common/Makefile @@ -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