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