From 8078bdf59778cdc9f44914dcd56e784fb5ddd0a3 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Thu, 1 Nov 2012 17:29:17 +0100 Subject: [PATCH] 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 --- 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 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 -- 2.47.3