From 3ee43171ef4b2f5a3513fc785802a02afb4af4a9 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 9 May 2014 20:41:01 +0200 Subject: payloads: make build system integration work again Payloads using Kconfig get confused by coreboot Kconfig configuration in environment variables. Prune them. Change-Id: I63da2af0a15dca35d70cd65b2f74a1564aab9483 Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/5710 Reviewed-by: Edward O'Callaghan Tested-by: build bot (Jenkins) Reviewed-by: Idwer Vollering --- payloads/external/SeaBIOS/Makefile.inc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'payloads/external/SeaBIOS') diff --git a/payloads/external/SeaBIOS/Makefile.inc b/payloads/external/SeaBIOS/Makefile.inc index 153cf97322..042df0a73e 100644 --- a/payloads/external/SeaBIOS/Makefile.inc +++ b/payloads/external/SeaBIOS/Makefile.inc @@ -1,7 +1,12 @@ TAG-$(CONFIG_SEABIOS_MASTER)=origin/master TAG-$(CONFIG_SEABIOS_STABLE)=88cb66ea542906ffff8a80ef397b9e3adbb33116 +unexport KCONFIG_AUTOHEADER unexport KCONFIG_AUTOCONFIG +unexport KCONFIG_DEPENDENCIES +unexport KCONFIG_SPLITCONFIG +unexport KCONFIG_TRISTATE +unexport KCONFIG_NEGATIVES all: build -- cgit v1.2.3