diff options
Diffstat (limited to 'payloads')
-rw-r--r-- | payloads/coreinfo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/payloads/coreinfo/Makefile b/payloads/coreinfo/Makefile index 2fe2398f19..486c96cf1d 100644 --- a/payloads/coreinfo/Makefile +++ b/payloads/coreinfo/Makefile @@ -26,6 +26,7 @@ export KCONFIG_AUTOCONFIG := $(coreinfo_obj)/auto.conf export KCONFIG_DEPENDENCIES := $(coreinfo_obj)/auto.conf.cmd export KCONFIG_SPLITCONFIG := $(coreinfo_obj)/config export KCONFIG_TRISTATE := $(coreinfo_obj)/tristate.conf +export KCONFIG_CONFIG := $(CURDIR)/.config export KCONFIG_NEGATIVES := 1 export Kconfig := Kconfig |