[coreboot-gerrit] New patch to review for coreboot: coreinfo: Remove .xcompile when doing a clean

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Tue Mar 8 21:14:04 CET 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13965

-gerrit

commit a1adba2b879e216093a8f1c476c4e8c893d43292
Author: Martin Roth <martinroth at 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 at 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



More information about the coreboot-gerrit mailing list