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/x86/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/x86') diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 218b92487b..d702e4e8a0 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -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 KERNEL_PATCHVER:=4.4 -- cgit v1.2.3