lantiq: only call Image/Prepare/Profile for defined profiles

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau 2016-06-07 09:35:18 +02:00
parent 9b118cde89
commit 821ccd2b36

View file

@ -715,7 +715,7 @@ endef
TARGET_DEVICES += VGV7519BRN TARGET_DEVICES += VGV7519BRN
define Image/Prepare define Image/Prepare
$(call Image/Prepare/Profile,$(PROFILE)) $(if $(Image/Build/Profile/$(PROFILE)),$(call Image/Prepare/Profile,$(PROFILE)))
endef endef
endif endif