coreinfo: Remove .xcompile when doing a clean

Change-Id: I3e719e105c4bacd5e02e055d3f00650a1e126656
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/13965
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
Martin Roth 2016-03-08 12:29:33 -07:00
parent 3e0f74d6b5
commit 143a78c9f8
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ $(obj)/config.h:
$(shell mkdir -p $(obj) $(objk)/lxdialog $(KCONFIG_SPLITCONFIG))
clean:
rm -rf build/*.elf build/*.o
rm -rf build/*.elf build/*.o .xcompile
distclean: clean
rm -rf build