diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-10-13 06:54:57 (GMT) |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-10-15 20:20:36 (GMT) |
commit | 464c79207c89f247f97b344495924eabb0c9738e (patch) | |
tree | 8e0710704d87a36e331b6afa1913d5e8356262c2 /board/matrix_vision/mvblm7/Makefile | |
parent | fa28bd2eef588ec2048ccafedb2b384d5a355858 (diff) | |
download | u-boot-fsl-qoriq-464c79207c89f247f97b344495924eabb0c9738e.tar.xz |
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/matrix_vision/mvblm7/Makefile')
-rw-r--r-- | board/matrix_vision/mvblm7/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/matrix_vision/mvblm7/Makefile b/board/matrix_vision/mvblm7/Makefile index 2ee74e0..81761ca 100644 --- a/board/matrix_vision/mvblm7/Makefile +++ b/board/matrix_vision/mvblm7/Makefile @@ -34,12 +34,6 @@ $(LIB): $(obj).depend $(OBJS) $(call cmd_link_o_target, $(OBJS)) @mkimage -T script -C none -n M7_script -d bootscript $(obj)bootscript.img -clean: - rm -f $(SOBJS) $(OBJS) - -distclean: clean - rm -f $(LIB) core *.bak $(obj).depend $(obj)bootscript.img - ######################################################################### include $(SRCTREE)/rules.mk |