diff options
| author | Roger Meier <[email protected]> | 2014-08-20 22:10:29 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-08-22 10:41:35 -0400 |
| commit | fd18a89e7f998133000ccb149366ba76f75e7ba5 (patch) | |
| tree | 3d60dc43cf9cabc1f310efcb5e2a00db2344dd30 /Makefile | |
| parent | 92ac8acc01f9152947140fd012f503c382c67b75 (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-- | 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 .. ; \ |
