summaryrefslogtreecommitdiffstats
path: root/board/tqc
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-10-13 06:54:57 +0000
committerWolfgang Denk <wd@denx.de>2011-10-15 22:20:36 +0200
commit464c79207c89f247f97b344495924eabb0c9738e (patch)
tree8e0710704d87a36e331b6afa1913d5e8356262c2 /board/tqc
parentfa28bd2eef588ec2048ccafedb2b384d5a355858 (diff)
downloadblackbird-obmc-uboot-464c79207c89f247f97b344495924eabb0c9738e.tar.gz
blackbird-obmc-uboot-464c79207c89f247f97b344495924eabb0c9738e.zip
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/tqc')
-rw-r--r--board/tqc/tqm5200/Makefile6
-rw-r--r--board/tqc/tqm834x/Makefile6
-rw-r--r--board/tqc/tqm85xx/Makefile6
3 files changed, 0 insertions, 18 deletions
diff --git a/board/tqc/tqm5200/Makefile b/board/tqc/tqm5200/Makefile
index d0e68c31a2..c7fa474ace 100644
--- a/board/tqc/tqm5200/Makefile
+++ b/board/tqc/tqm5200/Makefile
@@ -34,12 +34,6 @@ SOBJS := $(addprefix $(obj),$(SOBJS))
$(LIB): $(obj).depend $(OBJS)
$(call cmd_link_o_target, $(OBJS))
-clean:
- rm -f $(SOBJS) $(OBJS)
-
-distclean: clean
- rm -f $(LIB) core *.bak $(obj).depend
-
cam5200_flash.o: cam5200_flash.c
$(CC) $(CFLAGS) -c -o $@ $<
diff --git a/board/tqc/tqm834x/Makefile b/board/tqc/tqm834x/Makefile
index bce53a49e2..bcf73c3ebf 100644
--- a/board/tqc/tqm834x/Makefile
+++ b/board/tqc/tqm834x/Makefile
@@ -38,12 +38,6 @@ SOBJS := $(addprefix $(obj),$(SOBJS))
$(LIB): $(obj).depend $(OBJS)
$(call cmd_link_o_target, $(OBJS))
-clean:
- rm -f $(SOBJS) $(OBJS)
-
-distclean: clean
- rm -f $(LIB) core *.bak $(obj).depend
-
#########################################################################
# defines $(obj).depend target
diff --git a/board/tqc/tqm85xx/Makefile b/board/tqc/tqm85xx/Makefile
index a40a89575b..0a5501fda0 100644
--- a/board/tqc/tqm85xx/Makefile
+++ b/board/tqc/tqm85xx/Makefile
@@ -40,12 +40,6 @@ SOBJS := $(addprefix $(obj),$(SOBJS))
$(LIB): $(obj).depend $(OBJS) $(SOBJS)
$(call cmd_link_o_target, $(OBJS))
-clean:
- rm -f $(OBJS) $(SOBJS)
-
-distclean: clean
- rm -f $(LIB) core *.bak $(obj).depend
-
#########################################################################
# defines $(obj).depend target
OpenPOWER on IntegriCloud