summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorAndré Draszik <adraszik@tycoint.com>2016-07-15 13:54:32 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2016-07-29 11:00:56 +0200
commit958bfe36e89e7e7cb5e14363198a1480f21dc7ca (patch)
treec0de7220ff41bc8988515b632ced734daf75acb1 /contrib
parentba733d1ae943cd3495b111afc7871d2742574511 (diff)
downloadmeta-openembedded-958bfe36e89e7e7cb5e14363198a1480f21dc7ca.tar.gz
contrib: add MIPS_INSTRUCTION_SET
which is similar to ARM_INSTRUCTION_SET, hence we place it nearby. Signed-off-by: André Draszik <adraszik@tycoint.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/oe-stylize.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/oe-stylize.py b/contrib/oe-stylize.py
index db8a3632d..ba4b87a74 100755
--- a/contrib/oe-stylize.py
+++ b/contrib/oe-stylize.py
@@ -102,6 +102,7 @@ OE_vars = [
102 'AR', 102 'AR',
103 'ARCH', 103 'ARCH',
104 'ARM_INSTRUCTION_SET', 104 'ARM_INSTRUCTION_SET',
105 'MIPS_INSTRUCTION_SET',
105 'ARM_MUTEX', 106 'ARM_MUTEX',
106 'ART_CONFIG', 107 'ART_CONFIG',
107 'B', 108 'B',