Martin Roth (martinroth@google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13965
-gerrit
commit fdba4906593840e283aaa416d400f8aaf45ffdf0 Author: Martin Roth martinroth@google.com Date: Tue Mar 8 12:29:33 2016 -0700
coreinfo: Remove .xcompile when doing a clean
Change-Id: I3e719e105c4bacd5e02e055d3f00650a1e126656 Signed-off-by: Martin Roth martinroth@google.com --- payloads/coreinfo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/payloads/coreinfo/Makefile b/payloads/coreinfo/Makefile index c9f5c10..0ef8094 100644 --- a/payloads/coreinfo/Makefile +++ b/payloads/coreinfo/Makefile @@ -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