From ace946152dd0806b25bcb3812b33ab5df95966b7 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 15 May 2016 17:44:10 +0200 Subject: image.mk: fix emitting profiles for targets that have no subtargets Signed-off-by: Felix Fietkau --- include/target.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/target.mk') 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 -- cgit v1.2.3