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()
|
2019-01-19 12:57:38 +01:00
|
|
|
add_subdirectory(os)
|
2021-02-15 13:07:02 +01:00
|
|
|
add_subdirectory(util)
|
2021-08-29 06:44:17 +02:00
|
|
|
add_subdirectory_ifdef(CONFIG_SMF smf)
|
2019-09-20 11:41:38 +02:00
|
|
|
add_subdirectory_ifdef(CONFIG_OPENAMP open-amp)
|