image.mk: fix evaluation order for image profile check

Signed-off-by: Felix Fietkau <nbd@nbd.name>
owl
Felix Fietkau 2016-05-19 15:34:36 +02:00
parent cf58007abc
commit c4ae33b048
1 changed files with 1 additions and 1 deletions

View File

@ -569,8 +569,8 @@ endef
define Device
$(call Device/Init,$(1))
$(call Device/Default,$(1))
$(call Device/Check,$(1))
$(call Device/$(1),$(1))
$(call Device/Check,$(1))
$(call Device/$(if $(DUMP),Dump,Build),$(1))
endef