meson.build (29683b53872f96e68df2255be118c15997196b14) | meson.build (d965934f04f9d9e0edd13f8bba1207fb2936712c) |
---|---|
1deps = [ 2 dependency('phosphor-dbus-interfaces'), 3 dependency('sdbusplus'), 4 libpldm, 5 libpldmutils 6] 7 8sources = [ 9 'base.cpp', 10 'bios.cpp', 11 'bios_table.cpp', 12 'bios_parser.cpp', 13 'bios_attribute.cpp', 14 'bios_string_attribute.cpp', | 1deps = [ 2 dependency('phosphor-dbus-interfaces'), 3 dependency('sdbusplus'), 4 libpldm, 5 libpldmutils 6] 7 8sources = [ 9 'base.cpp', 10 'bios.cpp', 11 'bios_table.cpp', 12 'bios_parser.cpp', 13 'bios_attribute.cpp', 14 'bios_string_attribute.cpp', |
15 'bios_config.cpp', |
|
15 'pdr_utils.cpp', 16 'pdr.cpp', 17 'platform.cpp', 18 'fru_parser.cpp', 19 'fru.cpp' 20] 21 22if get_option('oem-ibm').enabled() --- 18 unchanged lines hidden --- | 16 'pdr_utils.cpp', 17 'pdr.cpp', 18 'platform.cpp', 19 'fru_parser.cpp', 20 'fru.cpp' 21] 22 23if get_option('oem-ibm').enabled() --- 18 unchanged lines hidden --- |