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:
parent
3e0f74d6b5
commit
143a78c9f8
|
@ -127,7 +127,7 @@ $(obj)/config.h:
|
||||||
$(shell mkdir -p $(obj) $(objk)/lxdialog $(KCONFIG_SPLITCONFIG))
|
$(shell mkdir -p $(obj) $(objk)/lxdialog $(KCONFIG_SPLITCONFIG))
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf build/*.elf build/*.o
|
rm -rf build/*.elf build/*.o .xcompile
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -rf build
|
rm -rf build
|
||||||
|
|
Loading…
Reference in New Issue