summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRoger Meier <[email protected]>2014-08-20 22:10:29 +0200
committerTom Rini <[email protected]>2014-08-22 10:41:35 -0400
commitfd18a89e7f998133000ccb149366ba76f75e7ba5 (patch)
tree3d60dc43cf9cabc1f310efcb5e2a00db2344dd30 /Makefile
parent92ac8acc01f9152947140fd012f503c382c67b75 (diff)
Makefile: remove generated boards.cfg within make distclean
Signed-off-by: Roger Meier <[email protected]> Reviewed-by: Masahiro Yamada <[email protected]> Tested-by: Masahiro Yamada <[email protected]> Cc: Tom Rini <[email protected]> Cc: Wolfgang Denk <[email protected]> Cc: Simon Glass <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b5b3560dacc..0f82fc2d3b3 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 .. ; \