From 92eaf27c62cad5f9832dc7084e1ae14d5e7b47e6 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Fri, 9 Sep 2016 21:10:54 +0200 Subject: 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 --- target/linux/au1000/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/au1000/Makefile') diff --git a/target/linux/au1000/Makefile b/target/linux/au1000/Makefile index 0e019a9d67..debc41e978 100644 --- a/target/linux/au1000/Makefile +++ b/target/linux/au1000/Makefile @@ -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 KERNEL_PATCHVER:=3.18 -- cgit v1.2.3