diff --git a/include/target.mk b/include/target.mk index 6a0ec97cbf..427708e07f 100644 --- a/include/target.mk +++ b/include/target.mk @@ -91,7 +91,7 @@ else endef endif -PROFILE:=$(call qstrip,$(CONFIG_TARGET_PROFILE)) +PROFILE?=$(call qstrip,$(CONFIG_TARGET_PROFILE)) ifeq ($(TARGET_BUILD),1) ifneq ($(DUMP),)