blob: 9bae274ec3b993a56bd7e4e3fbb0f672ce6a2a15 [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