summaryrefslogtreecommitdiffstats
path: root/payloads
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2022-02-22 13:58:26 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-06-15 18:06:23 +0000
commit27c1da6c26bd6e3c94176695ee94094c215381ce (patch)
tree73ce75ca300ceed0ca5e66a8e82baa1c1cf37a5f /payloads
parent543c79224c1c7f46835187976025311a36f4204b (diff)
downloadcoreboot-27c1da6c26bd6e3c94176695ee94094c215381ce.tar.gz
coreboot-27c1da6c26bd6e3c94176695ee94094c215381ce.tar.bz2
coreboot-27c1da6c26bd6e3c94176695ee94094c215381ce.zip
libpayload/Makefile.payload: Include libpayload's .config
It's required to tell xcompile what compiler to use. Change-Id: I9f1ddef96a20df1d83bfd4883b2e006ba78ce7c4 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/62269 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Thomas Heijligen <src@posteo.de>
Diffstat (limited to 'payloads')
-rw-r--r--payloads/libpayload/Makefile.payload2
1 files changed, 2 insertions, 0 deletions
diff --git a/payloads/libpayload/Makefile.payload b/payloads/libpayload/Makefile.payload
index 3dea9f299885..110d5e9ce350 100644
--- a/payloads/libpayload/Makefile.payload
+++ b/payloads/libpayload/Makefile.payload
@@ -56,6 +56,8 @@ export V
ifeq ($(filter %clean,$(MAKECMDGOALS)),)
+-include $(LIBPAYLOAD_DOTCONFIG)
+
xcompile := $(obj)/xcompile
xcompile_script := $(LIBPAYLOAD_SRC)/../../util/xcompile/xcompile