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