The only device in samsung target is meant to be built with s5pv210
subtarget. Thus, though this won't make a difference for a
one-subtarget target, already add the condition to the Makefile to
make the assignment obvious.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
DEVICE_DTS = $$(SOC)_$(1)
endef
+ifeq ($(SUBTARGET),s5pv210)
+
define Device/embedsky_tq210
DEVICE_VENDOR := EmbedSky
DEVICE_MODEL := TQ210
endef
TARGET_DEVICES += embedsky_tq210
+endif
+
$(eval $(call BuildImage))