a15f32f58c
Move cmsis OS apis under subsystem/portability. Those are not libraries and only serve to provide a level of abstraction using the CMSIS OS APIs to existing Zephyr interfaces. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
11 lines
250 B
CMake
11 lines
250 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if(NOT CONFIG_EXTERNAL_LIBC)
|
|
add_subdirectory(libc)
|
|
add_subdirectory(posix)
|
|
endif()
|
|
add_subdirectory(gui)
|
|
add_subdirectory(os)
|
|
add_subdirectory(util)
|
|
add_subdirectory_ifdef(CONFIG_OPENAMP open-amp)
|