diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-10-13 06:54:57 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-10-15 22:20:36 +0200 |
commit | 464c79207c89f247f97b344495924eabb0c9738e (patch) | |
tree | 8e0710704d87a36e331b6afa1913d5e8356262c2 /board/ti | |
parent | fa28bd2eef588ec2048ccafedb2b384d5a355858 (diff) | |
download | u-boot-imx-464c79207c89f247f97b344495924eabb0c9738e.zip u-boot-imx-464c79207c89f247f97b344495924eabb0c9738e.tar.gz u-boot-imx-464c79207c89f247f97b344495924eabb0c9738e.tar.bz2 |
punt unused clean/distclean targets
The top level Makefile does not do any recursion into subdirs when
cleaning, so these clean/distclean targets in random arch/board dirs
never get used. Punt them all.
MAKEALL didn't report any errors related to this that I could see.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'board/ti')
-rw-r--r-- | board/ti/am3517crane/Makefile | 6 | ||||
-rw-r--r-- | board/ti/beagle/Makefile | 6 | ||||
-rw-r--r-- | board/ti/evm/Makefile | 6 | ||||
-rw-r--r-- | board/ti/omap1510inn/Makefile | 6 | ||||
-rw-r--r-- | board/ti/omap1610inn/Makefile | 6 | ||||
-rw-r--r-- | board/ti/omap2420h4/Makefile | 6 | ||||
-rw-r--r-- | board/ti/omap5912osk/Makefile | 6 | ||||
-rw-r--r-- | board/ti/omap730p2/Makefile | 6 | ||||
-rw-r--r-- | board/ti/panda/Makefile | 6 | ||||
-rw-r--r-- | board/ti/sdp3430/Makefile | 6 | ||||
-rw-r--r-- | board/ti/sdp4430/Makefile | 6 | ||||
-rw-r--r-- | board/ti/tnetv107xevm/Makefile | 6 |
12 files changed, 0 insertions, 72 deletions
diff --git a/board/ti/am3517crane/Makefile b/board/ti/am3517crane/Makefile index 1fe2bca..59a9210 100644 --- a/board/ti/am3517crane/Makefile +++ b/board/ti/am3517crane/Makefile @@ -32,12 +32,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 diff --git a/board/ti/beagle/Makefile b/board/ti/beagle/Makefile index d9f445f..a07cb25 100644 --- a/board/ti/beagle/Makefile +++ b/board/ti/beagle/Makefile @@ -35,12 +35,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 diff --git a/board/ti/evm/Makefile b/board/ti/evm/Makefile index 2ff8356..229214f 100644 --- a/board/ti/evm/Makefile +++ b/board/ti/evm/Makefile @@ -33,12 +33,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 diff --git a/board/ti/omap1510inn/Makefile b/board/ti/omap1510inn/Makefile index 9281fc2..00de439 100644 --- a/board/ti/omap1510inn/Makefile +++ b/board/ti/omap1510inn/Makefile @@ -35,12 +35,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 diff --git a/board/ti/omap1610inn/Makefile b/board/ti/omap1610inn/Makefile index 4e21a37..2b8641f 100644 --- a/board/ti/omap1610inn/Makefile +++ b/board/ti/omap1610inn/Makefile @@ -35,12 +35,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 diff --git a/board/ti/omap2420h4/Makefile b/board/ti/omap2420h4/Makefile index 5174d89..cddd7e6 100644 --- a/board/ti/omap2420h4/Makefile +++ b/board/ti/omap2420h4/Makefile @@ -35,12 +35,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 diff --git a/board/ti/omap5912osk/Makefile b/board/ti/omap5912osk/Makefile index e2de898..c5520cb 100644 --- a/board/ti/omap5912osk/Makefile +++ b/board/ti/omap5912osk/Makefile @@ -35,12 +35,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 diff --git a/board/ti/omap730p2/Makefile b/board/ti/omap730p2/Makefile index a04f7aa..af019b8 100644 --- a/board/ti/omap730p2/Makefile +++ b/board/ti/omap730p2/Makefile @@ -35,12 +35,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 diff --git a/board/ti/panda/Makefile b/board/ti/panda/Makefile index 09f88ee..ec493f5 100644 --- a/board/ti/panda/Makefile +++ b/board/ti/panda/Makefile @@ -35,12 +35,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 diff --git a/board/ti/sdp3430/Makefile b/board/ti/sdp3430/Makefile index bce8534..9660a4e 100644 --- a/board/ti/sdp3430/Makefile +++ b/board/ti/sdp3430/Makefile @@ -33,12 +33,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 diff --git a/board/ti/sdp4430/Makefile b/board/ti/sdp4430/Makefile index 12f2743..806fdf4 100644 --- a/board/ti/sdp4430/Makefile +++ b/board/ti/sdp4430/Makefile @@ -35,12 +35,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 diff --git a/board/ti/tnetv107xevm/Makefile b/board/ti/tnetv107xevm/Makefile index 03238f0..baa53e3 100644 --- a/board/ti/tnetv107xevm/Makefile +++ b/board/ti/tnetv107xevm/Makefile @@ -34,12 +34,6 @@ all: $(LIB) $(LIB): $(obj).depend $(OBJS) $(SOBJS) $(call cmd_link_o_target, $(OBJS) $(SOBJS)) -clean: - rm -f $(SOBJS) $(OBJS) - -distclean: clean - rm -f $(LIB) core *.bak *~ .depend - ######################################################################### # This is for $(obj).depend target include $(SRCTREE)/rules.mk |