From: Yann E. MORIN Date: Sat, 4 Apr 2020 12:10:15 +0000 (+0200) Subject: boot/barebox: don't specify .config to munge X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7a2524bf546e646bef3ca32d63f56057d4da6586;p=buildroot.git boot/barebox: don't specify .config to munge Signed-off-by: Yann E. MORIN Signed-off-by: Thomas Petazzoni --- diff --git a/boot/barebox/barebox.mk b/boot/barebox/barebox.mk index 1efe5665de..422f27312d 100644 --- a/boot/barebox/barebox.mk +++ b/boot/barebox/barebox.mk @@ -110,8 +110,8 @@ endif ifneq ($$($(1)_CUSTOM_EMBEDDED_ENV_PATH),) define $(1)_KCONFIG_FIXUP_CMDS - $$(call KCONFIG_ENABLE_OPT,CONFIG_DEFAULT_ENVIRONMENT,$$(@D)/.config) - $$(call KCONFIG_SET_OPT,CONFIG_DEFAULT_ENVIRONMENT_PATH,"$$($(1)_CUSTOM_EMBEDDED_ENV_PATH)",$$(@D)/.config) + $$(call KCONFIG_ENABLE_OPT,CONFIG_DEFAULT_ENVIRONMENT) + $$(call KCONFIG_SET_OPT,CONFIG_DEFAULT_ENVIRONMENT_PATH,"$$($(1)_CUSTOM_EMBEDDED_ENV_PATH)") endef endif