aboutsummaryrefslogtreecommitdiffstats
path: root/include/target.mk
diff options
context:
space:
mode:
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 08e0a62af6..0666df63a1 100644
--- a/include/target.mk
+++ b/include/target.mk
@@ -274,7 +274,7 @@ endif
CUR_SUBTARGET:=$(SUBTARGET)
ifeq ($(SUBTARGETS),)
- CUR_SUBTARGET ?= default
+ CUR_SUBTARGET := default
endif
define BuildTargets/DumpCurrent