summaryrefslogtreecommitdiffstats
path: root/payloads
diff options
context:
space:
mode:
authorNico Huber <nico.huber@secunet.com>2020-08-04 17:04:55 +0200
committerNico Huber <nico.h@gmx.de>2020-08-18 10:23:55 +0000
commit3bc42efb45d4b52e0c30148f3a34c135ec3bf25f (patch)
tree7c11cce8d82d3bc64ebb19de47cfe34508f71acd /payloads
parent91c8ccd99eec3436121bab907af71f8b26774552 (diff)
downloadcoreboot-3bc42efb45d4b52e0c30148f3a34c135ec3bf25f.tar.gz
coreboot-3bc42efb45d4b52e0c30148f3a34c135ec3bf25f.tar.bz2
coreboot-3bc42efb45d4b52e0c30148f3a34c135ec3bf25f.zip
payloads/coreinfo: Fix `make clean`
After `make clean` a new build should not be based on stale artifacts. Hence we have to remove them. Change-Id: I18292c674986078d991668124193b6aa31234d47 Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44179 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'payloads')
-rw-r--r--payloads/coreinfo/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/payloads/coreinfo/Makefile b/payloads/coreinfo/Makefile
index 417179635071..898b12bd6a3a 100644
--- a/payloads/coreinfo/Makefile
+++ b/payloads/coreinfo/Makefile
@@ -128,10 +128,9 @@ include $(srck)/Makefile
else
clean:
- rm -rf build/*.elf build/*.o .xcompile
+ rm -rf build lpbuild .xcompile
distclean: clean
- rm -rf build lpbuild
rm -f .config* lp.config*
.PHONY: clean distclean