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>
This commit is contained in:
parent
8005642936
commit
870cbb91ed
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue