summaryrefslogtreecommitdiffstats
path: root/include/target.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-07-21 13:27:12 +0200
committerFelix Fietkau <nbd@nbd.name>2016-07-21 13:29:04 +0200
commited90d50bc4cbbcf615f880c1799814ccf743de8c (patch)
tree86d7723dcf8b662184f33bafc63ceeb8b74773e5 /include/target.mk
parent3d8c8d5e05df6b3a3ab7ba23bc340248ca7d5bc6 (diff)
downloadmaster-31e0f0ae-ed90d50bc4cbbcf615f880c1799814ccf743de8c.tar.gz
master-31e0f0ae-ed90d50bc4cbbcf615f880c1799814ccf743de8c.tar.bz2
master-31e0f0ae-ed90d50bc4cbbcf615f880c1799814ccf743de8c.zip
build: fix image builder profile override (FS#55)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'include/target.mk')
-rw-r--r--include/target.mk2
1 files changed, 1 insertions, 1 deletions
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),)