blob: 0276f78e479df792fcadd591de92112309c9c6cf [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 Jeffery65c64092024-11-29 11:52:13 +10302option('abi-compliance-check', type: 'boolean', 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 Jeffery65c64092024-11-29 11:52:13 +10304option('tests', type: 'boolean', description: 'Build tests')