|
@@ -34,9 +34,9 @@ define KCONFIG_ENABLE_OPT
|
|
|
fi
|
|
|
endef
|
|
|
# KCONFIG_SET_OPT (option, value [, file])
|
|
|
-KCONFIG_SET_OPT = $(call KCONFIG_MUNGE_DOT_CONFIG, $(1), $(1)=$(2), $(3))
|
|
|
+KCONFIG_SET_OPT = $(Q)$(call KCONFIG_MUNGE_DOT_CONFIG, $(1), $(1)=$(2), $(3))
|
|
|
# KCONFIG_DISABLE_OPT (option [, file])
|
|
|
-KCONFIG_DISABLE_OPT = $(call KCONFIG_MUNGE_DOT_CONFIG, $(1), $(SHARP_SIGN) $(1) is not set, $(2))
|
|
|
+KCONFIG_DISABLE_OPT = $(Q)$(call KCONFIG_MUNGE_DOT_CONFIG, $(1), $(SHARP_SIGN) $(1) is not set, $(2))
|
|
|
|
|
|
# Helper functions to determine the name of a package and its
|
|
|
# directory from its makefile directory, using the $(MAKEFILE_LIST)
|