mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-26 22:08:02 +00:00
With recent changes to open-amp we can now include and build it directly as a zephyr library rather than doing a recursive make. We remove ext/lib/ipc/open-amp.cmake as part of this change and introduce a Kconfig option for open-amp. Fixes: #7673 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
5 lines
97 B
CMake
5 lines
97 B
CMake
add_subdirectory(crypto)
|
|
add_subdirectory(encoding)
|
|
add_subdirectory(ipc)
|
|
add_subdirectory(mgmt)
|