mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 23:42:43 +00:00
samsung: add subtarget condition for device
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>
This commit is contained in:
parent
6e70e4a071
commit
1b44ecc2d7
@ -17,6 +17,8 @@ define Device/Default
|
|||||||
DEVICE_DTS = $$(SOC)_$(1)
|
DEVICE_DTS = $$(SOC)_$(1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
ifeq ($(SUBTARGET),s5pv210)
|
||||||
|
|
||||||
define Device/embedsky_tq210
|
define Device/embedsky_tq210
|
||||||
DEVICE_VENDOR := EmbedSky
|
DEVICE_VENDOR := EmbedSky
|
||||||
DEVICE_MODEL := TQ210
|
DEVICE_MODEL := TQ210
|
||||||
@ -24,4 +26,6 @@ define Device/embedsky_tq210
|
|||||||
endef
|
endef
|
||||||
TARGET_DEVICES += embedsky_tq210
|
TARGET_DEVICES += embedsky_tq210
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
||||||
$(eval $(call BuildImage))
|
$(eval $(call BuildImage))
|
||||||
|
Loading…
Reference in New Issue
Block a user