From a3d3eadba33b872d0b1fd2e1a071c6ff1c80b789 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Thu, 1 Nov 2012 13:28:14 +0100 Subject: [PATCH] zynq: 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/Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/board/xilinx/zynq/Makefile b/board/xilinx/zynq/Makefile index ef4faa125ed..90349aa8205 100644 --- a/board/xilinx/zynq/Makefile +++ b/board/xilinx/zynq/Makefile @@ -38,12 +38,6 @@ OBJS := $(addprefix $(obj),$(COBJS)) $(LIB): $(obj).depend $(OBJS) $(call cmd_link_o_target, $(OBJS)) -clean: - rm -f $(OBJS) - -distclean: clean - rm -f $(LIB) core *.bak $(obj).depend - ######################################################################### # defines $(obj).depend target -- 2.47.3