2019-04-06 15:08:09 +02:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2017-12-22 01:26:00 +01:00
|
|
|
if(NOT CONFIG_NATIVE_APPLICATION)
|
2017-12-14 19:44:49 +01:00
|
|
|
add_subdirectory(libc)
|
2017-12-22 01:26:00 +01:00
|
|
|
endif()
|
2018-09-27 17:08:12 +02:00
|
|
|
add_subdirectory_ifdef(CONFIG_POSIX_API posix)
|
2018-06-05 05:33:12 +02:00
|
|
|
add_subdirectory_ifdef(CONFIG_CMSIS_RTOS_V1 cmsis_rtos_v1)
|
2018-10-30 07:49:03 +01:00
|
|
|
add_subdirectory_ifdef(CONFIG_CMSIS_RTOS_V2 cmsis_rtos_v2)
|
2018-03-25 01:27:48 +01:00
|
|
|
add_subdirectory(gui)
|
2019-01-19 12:57:38 +01:00
|
|
|
add_subdirectory(os)
|