blob: 9bec9920c2e36c7d099dfcab1d14cf544be3c7fb [file] [log] [blame]
Andrew Jeffery9d2a1c62023-06-05 13:02:16 +09301option('abi', type: 'array', description: 'Constrain exposed symbol classes', choices: ['deprecated', 'stable', 'testing'], value: ['deprecated', 'stable', 'testing'])
Andrew Jeffery953bc8c2023-05-22 15:24:17 +09302option('abi-compliance-check', type: 'feature', description: 'Detect public ABI/API changes')
Andrew Jefferyf1c26e12024-11-29 11:42:04 +10303option('oem-ibm', type: 'feature', description: 'Enable IBM OEM PLDM')
4option('oem-meta', type: 'feature', description: 'Enable Meta OEM PLDM')
5option('tests', type: 'feature', description: 'Build tests')