Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
libpldm
/
83841fb5af529d0fb610ac0c1439ebbcce4556df
/
.
/
src
/
meson.build
blob: 42193c965a4823604535e1106936e4a79650bb9a [
file
] [
log
] [
blame
]
libpldm_sources
+=
files
(
'base.c'
,
'bios.c'
,
'platform.c'
,
'bios_table.c'
,
'firmware_update.c'
,
'fru.c'
,
'pdr.c'
,
'utils.c'
)
subdir
(
'requester'
)
subdir
(
'transport'
)
if
get_option
(
'oem-ibm'
).
enabled
()
subdir
(
'oem/ibm'
)
endif