summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/tune-thunderx.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/machine/include/tune-thunderx.inc')
-rw-r--r--meta/conf/machine/include/tune-thunderx.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/tune-thunderx.inc b/meta/conf/machine/include/tune-thunderx.inc
index 40de61dc2e..4888d0c19a 100644
--- a/meta/conf/machine/include/tune-thunderx.inc
+++ b/meta/conf/machine/include/tune-thunderx.inc
@@ -5,7 +5,7 @@ AVAILTUNES += "thunderx thunderx_be"
5 5
6TUNEVALID[thunderx] = "Enable instructions for Cavium ThunderX" 6TUNEVALID[thunderx] = "Enable instructions for Cavium ThunderX"
7 7
8TUNE_CCARGS .= "${@bb.utils.contains("TUNE_FEATURES", "thunderx", " -mcpu=thunderx ", "",d)}" 8TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'thunderx', ' -mcpu=thunderx ', '',d)}"
9 9
10ARMPKGARCH_tune-thunderx ?= "thunderx" 10ARMPKGARCH_tune-thunderx ?= "thunderx"
11ARMPKGARCH_tune-thunderx_be ?= "thunderx_be" 11ARMPKGARCH_tune-thunderx_be ?= "thunderx_be"