2019-04-06 21:08:09 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-08-16 02:39:20 +08:00
|
|
|
if(NOT CONFIG_EXTERNAL_LIBC)
|
2017-12-15 02:44:49 +08:00
|
|
|
add_subdirectory(libc)
|
2019-08-30 02:57:19 +08:00
|
|
|
add_subdirectory(posix)
|
2017-12-22 08:26:00 +08:00
|
|
|
endif()
|
2022-12-08 19:54:28 +08:00
|
|
|
add_subdirectory_ifdef(CONFIG_CPLUSPLUS cpp)
|
2019-01-19 19:57:38 +08:00
|
|
|
add_subdirectory(os)
|
2021-02-15 20:07:02 +08:00
|
|
|
add_subdirectory(util)
|
2021-08-29 12:44:17 +08:00
|
|
|
add_subdirectory_ifdef(CONFIG_SMF smf)
|
2019-09-20 17:41:38 +08:00
|
|
|
add_subdirectory_ifdef(CONFIG_OPENAMP open-amp)
|