use immediate set in target Makefiles
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user