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/mpc85xx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/mpc85xx') diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index 7f986452c5..161c8cb816 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=Freescale MPC85xx CPU_TYPE:=8540 FEATURES:=squashfs MAINTAINER:=Imre Kaloz -SUBTARGETS=generic p1020 +SUBTARGETS:=generic p1020 KERNEL_PATCHVER:=4.4 -- cgit v1.2.3