build: clean menuconfig utility as part of dirclean
authorKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Tue, 10 Mar 2020 15:13:40 +0000 (15:13 +0000)
committerKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Tue, 10 Mar 2020 20:44:30 +0000 (20:44 +0000)
commit0c4d91f121b7a3660dbf433a8a6858573a86d137
tree33bdc5c3010a0311520d857d8681230909ceae05
parentd369d92fc7ed2970540235b27441f75a81ef171b
build: clean menuconfig utility as part of dirclean

When sharing a common build directory between different build platforms
eg. macos v docker based linux v virtual machine, a 'make dirclean'
isn't quite enough to clean all the platform related binaries.  The
'conf' and 'mconf' aka 'make menuconfig/defconfig & friends' utilities
remain.

Clean those as part of 'dirclean' so they get rebuilt for the current
platform on the next 'make'

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Makefile