blob: 54a85ba9cd57a56165cf21efa54fdbf925d890fd [file] [log] [blame]
Vernon Maueryd0b99b12025-05-27 10:43:58 -07001oem_opt = get_option('oem-libraries')
2
3ipmi_plugin_options = ['b_lundef=false']
4
5#################################################
6# keep options below sorted alphabetically
7#################################################
8if 'example' in oem_opt or 'all' in oem_opt
9 subdir('example')
10endif
Prithvi Pai6b580c72025-06-05 11:13:34 +053011
12if 'nvidia' in oem_opt or 'all' in oem_opt
13 subdir('nvidia')
14endif