xref: /openbmc/phosphor-host-ipmid/oem/meson.build (revision 6b580c7ceb0a5073c3ff3d264ab52e2a726dc9d5)
1d0b99b11SVernon Maueryoem_opt = get_option('oem-libraries')
2d0b99b11SVernon Mauery
3d0b99b11SVernon Maueryipmi_plugin_options = ['b_lundef=false']
4d0b99b11SVernon Mauery
5d0b99b11SVernon Mauery#################################################
6d0b99b11SVernon Mauery# keep options below sorted alphabetically
7d0b99b11SVernon Mauery#################################################
8d0b99b11SVernon Maueryif 'example' in oem_opt or 'all' in oem_opt
9d0b99b11SVernon Mauery    subdir('example')
10d0b99b11SVernon Maueryendif
11*6b580c7cSPrithvi Pai
12*6b580c7cSPrithvi Paiif 'nvidia' in oem_opt or 'all' in oem_opt
13*6b580c7cSPrithvi Pai    subdir('nvidia')
14*6b580c7cSPrithvi Paiendif
15