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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user