zephyr/subsys/mctp/CMakeLists.txt
Tom Burdick 4148512567 mctp: Add mctp subsystem with uart binding
libmctp provides interfaces for wiring up a MCTP bus it calls bus
bindings. The bindings provided in libmctp however are not directly
useful to Zephyr without some work. Provide an initial uart binding that
directly uses Zephyr's async uart interface.

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
2025-01-14 22:55:41 +01:00

2 lines
76 B
CMake

zephyr_library()
zephyr_library_sources_ifdef(CONFIG_MCTP_UART mctp_uart.c)