diff options
author | Martin Roth <martinroth@google.com> | 2016-03-08 12:29:33 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-03-11 18:26:55 +0100 |
commit | 143a78c9f80cf6ea5b1d9533f3f7a22a87f9a1d3 (patch) | |
tree | 24b85268850db93923abe9ee77095b105253b7dd /payloads/coreinfo/Makefile | |
parent | 3e0f74d6b58e3c1e0a06e3a84923e26be36ebe1f (diff) |
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>
Diffstat (limited to 'payloads/coreinfo/Makefile')
-rw-r--r-- | payloads/coreinfo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/coreinfo/Makefile b/payloads/coreinfo/Makefile index c9f5c10c6f..0ef8094a11 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 |