diff options
author | Roger Meier <roger@bufferoverflow.ch> | 2014-08-20 22:10:29 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-08-22 10:41:35 -0400 |
commit | fd18a89e7f998133000ccb149366ba76f75e7ba5 (patch) | |
tree | 3d60dc43cf9cabc1f310efcb5e2a00db2344dd30 /Makefile | |
parent | 92ac8acc01f9152947140fd012f503c382c67b75 (diff) | |
download | u-boot-imx-fd18a89e7f998133000ccb149366ba76f75e7ba5.zip u-boot-imx-fd18a89e7f998133000ccb149366ba76f75e7ba5.tar.gz u-boot-imx-fd18a89e7f998133000ccb149366ba76f75e7ba5.tar.bz2 |
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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 .. ; \ |