2019-04-06 15:08:09 +02:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-08-15 20:39:20 +02:00
|
|
|
if(NOT CONFIG_EXTERNAL_LIBC)
|
2017-12-14 19:44:49 +01:00
|
|
|
add_subdirectory(libc)
|
2019-08-29 20:57:19 +02:00
|
|
|
add_subdirectory(posix)
|
2017-12-22 01:26:00 +01:00
|
|
|
endif()
|
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)
|
2020-03-20 19:21:15 +01:00
|
|
|
add_subdirectory_ifdef(CONFIG_FNMATCH fnmatch)
|
2018-03-25 01:27:48 +01:00
|
|
|
add_subdirectory(gui)
|
2019-01-19 12:57:38 +01:00
|
|
|
add_subdirectory(os)
|
2019-09-20 11:41:38 +02:00
|
|
|
add_subdirectory_ifdef(CONFIG_OPENAMP open-amp)
|