From 958bfe36e89e7e7cb5e14363198a1480f21dc7ca Mon Sep 17 00:00:00 2001 From: André Draszik Date: Fri, 15 Jul 2016 13:54:32 +0100 Subject: contrib: add MIPS_INSTRUCTION_SET MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit which is similar to ARM_INSTRUCTION_SET, hence we place it nearby. Signed-off-by: André Draszik Signed-off-by: Martin Jansa --- contrib/oe-stylize.py | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/oe-stylize.py b/contrib/oe-stylize.py index db8a3632d9..ba4b87a74c 100755 --- a/contrib/oe-stylize.py +++ b/contrib/oe-stylize.py @@ -102,6 +102,7 @@ OE_vars = [ 'AR', 'ARCH', 'ARM_INSTRUCTION_SET', + 'MIPS_INSTRUCTION_SET', 'ARM_MUTEX', 'ART_CONFIG', 'B', -- cgit 1.2.3-korg