summaryrefslogtreecommitdiff
path: root/poky/meta/conf/machine/include/tune-cortexa32.inc
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/conf/machine/include/tune-cortexa32.inc')
-rw-r--r--poky/meta/conf/machine/include/tune-cortexa32.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/poky/meta/conf/machine/include/tune-cortexa32.inc b/poky/meta/conf/machine/include/tune-cortexa32.inc
index e86de6ccb7..0ffb3e0688 100644
--- a/poky/meta/conf/machine/include/tune-cortexa32.inc
+++ b/poky/meta/conf/machine/include/tune-cortexa32.inc
@@ -1,5 +1,6 @@
DEFAULTTUNE ?= "cortexa32"
+
TUNEVALID[cortexa32] = "Enable Cortex-A32 specific processor optimizations"
TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexa32', ' -mcpu=cortex-a32', '', d)}"