Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
mdmillerii
/
openbmc
/
2013739591dc50e6d01836d0017e7e5a02225709
/
.
/
poky
/
meta
/
conf
/
machine
/
include
/
arm
/
feature-arm-crc.inc
blob: 8a69d2e2faabfbe5018897e7e1a345a93c61212c [
file
] [
log
] [
blame
]
# Cyclic Redundancy Check (CRC) instructions for armv8-a and armv8-r
TUNEVALID
[
crc
]
=
"Enable instructions for ARMv8 Cyclic Redundancy Check (CRC)"
TUNE_CCARGS_MARCH_OPTS
.=
"${@bb.utils.contains('TUNE_FEATURES', 'crc', '+crc', '', d)}"