aboutsummaryrefslogtreecommitdiff
path: root/board/manroland
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/manroland
parentfa28bd2eef588ec2048ccafedb2b384d5a355858 (diff)
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/manroland')
-rw-r--r--board/manroland/hmi1001/Makefile6
-rw-r--r--board/manroland/mucmc52/Makefile6
-rw-r--r--board/manroland/uc101/Makefile6
3 files changed, 0 insertions, 18 deletions
diff --git a/board/manroland/hmi1001/Makefile b/board/manroland/hmi1001/Makefile
index d3c31d667..f2ba23294 100644
--- a/board/manroland/hmi1001/Makefile
+++ b/board/manroland/hmi1001/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
-
#########################################################################
# defines $(obj).depend target
diff --git a/board/manroland/mucmc52/Makefile b/board/manroland/mucmc52/Makefile
index a3b4e4c0b..7d4c1e7cd 100644
--- a/board/manroland/mucmc52/Makefile
+++ b/board/manroland/mucmc52/Makefile
@@ -37,12 +37,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 .depend
-
#########################################################################
# defines $(obj).depend target
diff --git a/board/manroland/uc101/Makefile b/board/manroland/uc101/Makefile
index d3c31d667..f2ba23294 100644
--- a/board/manroland/uc101/Makefile
+++ b/board/manroland/uc101/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
-
#########################################################################
# defines $(obj).depend target