blob: 36117a617f45e2778d57207ef5e553064433bddb [file] [log] [blame]
Brad Bishop919e4082020-10-27 18:55:19 -04001option('tests', type: 'feature', description: 'Build tests.')
2option('p9', type: 'feature', description: 'Enable support for POWER9')
3option('openfsi', type: 'feature', description: 'Enable support for OpenFSI')
4option('phal', type: 'feature', description: 'Enable support for PHAL')
Jayanth Othayoth38405472021-07-26 06:16:44 -05005
6option('DEVTREE_EXPORT_FILTER_FILE', type : 'string',
7 value : '/usr/share/pdata/preserved_attrs_list',
8 description : 'Path to the phal devtree export filter file'
9)
10option('DEVTREE_EXP_FILE', type : 'string',
11 value : '/var/lib/phal/exportdevtree',
12 description : 'Path to the devtree export copy file'
13)