commit | bde874e9c057b537da85f5fe96a2c436639fc4a2 | [log] [tgz] |
---|---|---|
author | Matt Johnston <matt@codeconstruct.com.au> | Tue Nov 05 16:03:51 2024 +0800 |
committer | Andrew Jeffery <andrew@codeconstruct.com.au> | Thu Jan 16 01:28:46 2025 +0000 |
tree | 3f5d6083722c9ea62b6417e8eb179d58375e5571 | |
parent | 8c2bfb141d1170c3cfa6418962a7c10fad28cf23 [diff] [blame] |
libpldm: Add PLDM control responder This will respond to the mandatory PLDM control command types. Change-Id: I483bfdb6513cc6ec77a04480397993e42160c0ae Signed-off-by: Matt Johnston <matt@codeconstruct.com.au>
diff --git a/src/meson.build b/src/meson.build index 3c8afc1..7803d91 100644 --- a/src/meson.build +++ b/src/meson.build
@@ -1,4 +1,4 @@ -libpldm_sources = files('responder.c', 'utils.c') +libpldm_sources = files('control.c', 'responder.c', 'utils.c') subdir('dsp')