blob: dcc1fdd278284bb0530b15db90f87dd25f96ee21 [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 Jefferyd1269362023-11-08 15:54:35 +10302option('tests', type: 'feature', description: 'Build tests')
Andrew Jeffery9c766792022-08-10 23:12:49 +09303option('oem-ibm', type: 'feature', description: 'Enable IBM OEM PLDM', yield: true)
Andrew Jeffery953bc8c2023-05-22 15:24:17 +09304option('abi-compliance-check', type: 'feature', description: 'Detect public ABI/API changes')