Makefile: add file 'defconfig' to clean target
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 7 May 2020 16:09:22 +0000 (18:09 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 15 May 2020 18:47:35 +0000 (14:47 -0400)
commit774904c910ce9b8b1be82c784ae5163e622ca1c6
tree193a4c7c0483e0584f31c04555a8520757ea866b
parent69dbebd1f70a983bede22ffb8be36fbf7eaa7d61
Makefile: add file 'defconfig' to clean target

File 'defconfig' is a build artifact of 'make savedefconfig'.
Remove it when cleaning.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Makefile