xref: /openbmc/phosphor-host-ipmid/oem/meson.build (revision 6b580c7ceb0a5073c3ff3d264ab52e2a726dc9d5)
1oem_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
11
12if 'nvidia' in oem_opt or 'all' in oem_opt
13    subdir('nvidia')
14endif
15