libpldm: Add firmware update FD responder
This provides a FD responder implementation, with an ops struct to allow
for platform customization. Applications provide incoming messages to
pldm_fd_handle_msg(), and periodically call pldm_fd_progress() for
asynchronous events.
Change-Id: I034262e8b2c45b5bea61369d5f966dd7e530ba9e
Signed-off-by: Matt Johnston <matt@codeconstruct.com.au>
diff --git a/src/meson.build b/src/meson.build
index a8e54e7..3c8afc1 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -15,6 +15,8 @@
subdir('oem/meta')
endif
+subdir('firmware_device')
+
libpldm_link_args = []
foreach alias : libpldm_deprecated_aliases
libpldm_link_args += '-Wl,--defsym=@0@=@1@'.format(alias[0], alias[1])