Vernon Mauery | d0b99b1 | 2025-05-27 10:43:58 -0700 | [diff] [blame] | 1 | oem_opt = get_option('oem-libraries') |
2 | |||||
3 | ipmi_plugin_options = ['b_lundef=false'] | ||||
4 | |||||
5 | ################################################# | ||||
6 | # keep options below sorted alphabetically | ||||
7 | ################################################# | ||||
8 | if 'example' in oem_opt or 'all' in oem_opt | ||||
9 | subdir('example') | ||||
10 | endif | ||||
Prithvi Pai | 6b580c7 | 2025-06-05 11:13:34 +0530 | [diff] [blame] | 11 | |
12 | if 'nvidia' in oem_opt or 'all' in oem_opt | ||||
13 | subdir('nvidia') | ||||
14 | endif |