use immediate set in target Makefiles
authorMathias Kresin <dev@kresin.me>
Fri, 9 Sep 2016 19:10:54 +0000 (21:10 +0200)
committerMathias Kresin <dev@kresin.me>
Sat, 10 Sep 2016 13:30:38 +0000 (15:30 +0200)
No functional change, it's just to have the same style everywhere. This
way I don't need to use any regex magic to extract all subtargets for
compile tests.

Signed-off-by: Mathias Kresin <dev@kresin.me>
target/linux/ar71xx/Makefile
target/linux/au1000/Makefile
target/linux/ixp4xx/Makefile
target/linux/lantiq/Makefile
target/linux/mpc85xx/Makefile
target/linux/x86/Makefile
target/linux/xburst/Makefile

index c0d867c1d914212b7e9babee5ed9102451de308e..a8df2b036e90d31e9577f24fe8ff8790de1d1617 100644 (file)
@@ -10,7 +10,7 @@ ARCH:=mips
 BOARD:=ar71xx
 BOARDNAME:=Atheros AR7xxx/AR9xxx
 FEATURES:=mips16
-CPU_TYPE=24kc
+CPU_TYPE:=24kc
 SUBTARGETS:=generic nand mikrotik
 
 KERNEL_PATCHVER:=4.4
index 0e019a9d67c09bed5f2e4a5134927eb54215b591..debc41e978c0cf201ecb2a47289a62fd681b25e4 100644 (file)
@@ -10,7 +10,7 @@ ARCH:=mipsel
 BOARD:=au1000
 BOARDNAME:=RMI/AMD AU1x00
 FEATURES:=squashfs usb pci
-SUBTARGETS=au1500 au1550
+SUBTARGETS:=au1500 au1550
 MAINTAINER:=Florian Fainelli <florian@openwrt.org>
 
 KERNEL_PATCHVER:=3.18
index 34c81ffe78d43806e17c8750045b3b9c5f945419..a185ce8df59ca5d6a0795519f1066bde65c1e049 100644 (file)
@@ -11,7 +11,7 @@ BOARD:=ixp4xx
 BOARDNAME:=Intel IXP4xx
 FEATURES:=squashfs
 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
-SUBTARGETS=generic harddisk
+SUBTARGETS:=generic harddisk
 
 KERNEL_PATCHVER:=4.4
 
index af4295cbb836e5c64a0dd8c853a8f1163e986d96..d3721f6c2cd9567777089ee483b4cb69dd90335a 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 BOARD:=lantiq
 BOARDNAME:=Lantiq
 FEATURES:=squashfs
-SUBTARGETS=xrx200 xway xway_legacy
+SUBTARGETS:=xrx200 xway xway_legacy
 MAINTAINER:=John Crispin <john@phrozen.org>
 
 KERNEL_PATCHVER:=4.4
index 7f986452c557c26873dfe4e9a3249c87875517ca..161c8cb8168fb25e4c98a6f280f57f6425ef99ab 100644 (file)
@@ -12,7 +12,7 @@ BOARDNAME:=Freescale MPC85xx
 CPU_TYPE:=8540
 FEATURES:=squashfs
 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
-SUBTARGETS=generic p1020
+SUBTARGETS:=generic p1020
 
 KERNEL_PATCHVER:=4.4
 
index 218b92487b3f4a6c3219352d97b3b6a28f92c6c7..d702e4e8a00555ab05e170a9d85dda3890dea813 100644 (file)
@@ -10,7 +10,7 @@ ARCH:=i386
 BOARD:=x86
 BOARDNAME:=x86
 FEATURES:=squashfs ext4 vdi vmdk pcmcia targz fpu
-SUBTARGETS=generic legacy xen_domu geode 64
+SUBTARGETS:=generic legacy xen_domu geode 64
 MAINTAINER:=Felix Fietkau <nbd@nbd.name>
 
 KERNEL_PATCHVER:=4.4
index df499b6d533355116903021e032e360a194cd3d4..2a64b7c46fa04b8693105d809469a050354bd751 100644 (file)
@@ -14,7 +14,7 @@ SUBTARGETS:=qi_lb60
 
 KERNEL_PATCHVER:=3.18
 
-DEVICE_TYPE=other
+DEVICE_TYPE:=other
 
 define Target/Description
        Build firmware images for XBurst JZ47x0 based boards.