| commit | f69546b3c665e8ad83ede789c39e54cc0fc429c2 | [log] [tgz] |
|---|---|---|
| author | Jagpal Singh Gill <paligill@gmail.com> | Thu Oct 16 09:38:16 2025 -0700 |
| committer | Jagpal Singh Gill <paligill@gmail.com> | Thu Oct 16 09:38:16 2025 -0700 |
| tree | 9608ac2d80377ee3fd8e707a26672ac405c152c7 | |
| parent | a32d241b08af236b5ea1d4e18a390bdc561b435b [diff] [blame] |
common: add entity manager interface Define an EntityManager interface to fetch the serial port related config or any device config from Entity Manager. Change-Id: Ieeff4422903e3b4bcc3ce28cd493eecab5618f13 Signed-off-by: Jagpal Singh Gill <paligill@gmail.com>
diff --git a/meson.build b/meson.build index cbc46df..643b7ec 100644 --- a/meson.build +++ b/meson.build
@@ -17,6 +17,8 @@ sdbusplus_dep, ] +common_include = include_directories('.') + subdir('common') if get_option('modbus-rtu').allowed()