summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRoger Meier <roger@bufferoverflow.ch>2014-08-20 22:10:29 +0200
committerTom Rini <trini@ti.com>2014-08-22 10:41:35 -0400
commitfd18a89e7f998133000ccb149366ba76f75e7ba5 (patch)
tree3d60dc43cf9cabc1f310efcb5e2a00db2344dd30 /Makefile
parent92ac8acc01f9152947140fd012f503c382c67b75 (diff)
downloadtalos-obmc-uboot-fd18a89e7f998133000ccb149366ba76f75e7ba5.tar.gz
talos-obmc-uboot-fd18a89e7f998133000ccb149366ba76f75e7ba5.zip
Makefile: remove generated boards.cfg within make distclean
Signed-off-by: Roger Meier <roger@bufferoverflow.ch> Reviewed-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Tested-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Tom Rini <trini@ti.com> Cc: Wolfgang Denk <wd@denx.de> Cc: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b5b3560dac..0f82fc2d3b 100644
--- a/Makefile
+++ b/Makefile
@@ -1289,6 +1289,7 @@ distclean: mrproper
-o -name '.*.rej' -o -name '*%' -o -name 'core' \
-o -name '*.pyc' \) \
-type f -print | xargs rm -f
+ @rm -f boards.cfg
backup:
F=`basename $(srctree)` ; cd .. ; \
OpenPOWER on IntegriCloud