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