blob: dcd63d02fcbccd2f2ef0a635519ac49425100219 [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 Jefferyfef24ed2024-11-29 11:43:49 +10303option('oem', type: 'array', description: 'Enable OEM PLDM extensions', choices: ['ibm', 'meta'], value: ['ibm', 'meta'])
Andrew Jefferyf1c26e12024-11-29 11:42:04 +10304option('tests', type: 'feature', description: 'Build tests')