diff options
author | Patrick Georgi <pgeorgi@google.com> | 2021-07-16 09:34:25 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-07-17 13:40:29 +0000 |
commit | 870cbb91edd8578b0880aa2c2fc63bc29250b0d3 (patch) | |
tree | 8422c41200d62196a2f3991975b5ed7b9c9c8460 | |
parent | 80056429360c179821efc045cc72e372489e8a71 (diff) |
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 <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56373
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Reviewed-by: Lean Sheng Tan <lean.sheng.tan@intel.com>
Reviewed-by: Martin Roth <martinroth@google.com>
-rw-r--r-- | util/kconfig/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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 |