From 870cbb91edd8578b0880aa2c2fc63bc29250b0d3 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 16 Jul 2021 09:34:25 +0200 Subject: [PATCH] util/kconfig: Stop trying to make sense of Linux configs It only leads to missing symbol errors. Change-Id: Idbce93232ba2b54561abab5b2747c418d6efa92b Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/c/coreboot/+/56373 Tested-by: build bot (Jenkins) Reviewed-by: Werner Zeh Reviewed-by: Lean Sheng Tan Reviewed-by: Martin Roth --- util/kconfig/Makefile.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/util/kconfig/Makefile.inc b/util/kconfig/Makefile.inc index db8b1be1d3..bedb41d095 100644 --- a/util/kconfig/Makefile.inc +++ b/util/kconfig/Makefile.inc @@ -24,6 +24,7 @@ $(objk)/Makefile.real: $(dir $(lastword $(MAKEFILE_LIST)))Makefile kecho := echo -include $(objk)/Makefile.real +unexport KCONFIG_DEFCONFIG_LIST # Fill in Linux kconfig build rules to work