diff options
Diffstat (limited to 'meta/conf/machine/include/tune-thunderx.inc')
-rw-r--r-- | meta/conf/machine/include/tune-thunderx.inc | 2 |
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 | ||
6 | TUNEVALID[thunderx] = "Enable instructions for Cavium ThunderX" | 6 | TUNEVALID[thunderx] = "Enable instructions for Cavium ThunderX" |
7 | 7 | ||
8 | TUNE_CCARGS .= "${@bb.utils.contains("TUNE_FEATURES", "thunderx", " -mcpu=thunderx ", "",d)}" | 8 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'thunderx', ' -mcpu=thunderx ', '',d)}" |
9 | 9 | ||
10 | ARMPKGARCH_tune-thunderx ?= "thunderx" | 10 | ARMPKGARCH_tune-thunderx ?= "thunderx" |
11 | ARMPKGARCH_tune-thunderx_be ?= "thunderx_be" | 11 | ARMPKGARCH_tune-thunderx_be ?= "thunderx_be" |