treewide: add only one device when appending to TARGET_DEVICES
[openwrt/staging/jow.git] / target / linux / imx6 / image / Makefile
index c3653cd6fc2c5313ee26df180cba389e4c9f1c70..7f35c56b794ccb72a484a39562eaa326a970681e 100644 (file)
@@ -104,6 +104,7 @@ define Device/ventana
   BLOCKSIZE := 128k
   MKUBIFS_OPTS := -m $$(PAGESIZE) -e 124KiB
 endef
+TARGET_DEVICES += ventana
 
 define Device/ventana-large
   $(Device/ventana)
@@ -114,14 +115,12 @@ define Device/ventana-large
   BLOCKSIZE := 256k
   MKUBIFS_OPTS := -m $$(PAGESIZE) -e 248KiB
 endef
+TARGET_DEVICES += ventana-large
 
 define Device/wandboard
   DEVICE_TITLE := Wandboard Dual
   DEVICE_DTS := imx6dl-wandboard
 endef
-
-TARGET_DEVICES += \
-       ventana ventana-large \
-       wandboard
+TARGET_DEVICES += wandboard
 
 $(eval $(call BuildImage))