commit | d0b99b1137ee811ca1c4a2d6f24f7caab8f2f4c0 | [log] [tgz] |
---|---|---|
author | Vernon Mauery <vernon.mauery@gmail.com> | Tue May 27 10:43:58 2025 -0700 |
committer | Vernon Mauery <vernon.mauery@gmail.com> | Wed Jun 04 18:11:10 2025 +0000 |
tree | e3e3bc9cabd65d67b9db7b9b15323a6b41df7f48 | |
parent | 1d881b57baad59a4e143c780b49a90a59bad2915 [diff] [blame] |
Add in-tree OEM IPMI provider infrastructure Change-Id: I341af91571b95f74e12def273c6cddf2b72c7884 Signed-off-by: Vernon Mauery <vernon.mauery@gmail.com>
diff --git a/meson.build b/meson.build index a492697..0804494 100644 --- a/meson.build +++ b/meson.build
@@ -366,3 +366,6 @@ # HW Transport subdir('transport') + +# OEM provider libraries +subdir('oem')