Anas Nashif | 3ae5262 | 2019-04-06 09:08:09 -0400 | [diff] [blame] | 1 | # SPDX-License-Identifier: Apache-2.0 |
| 2 | |
Jan Van Winkel | c1f865b | 2019-08-15 20:39:20 +0200 | [diff] [blame] | 3 | if(NOT CONFIG_EXTERNAL_LIBC) |
Anas Nashif | 6daf046 | 2017-12-14 13:44:49 -0500 | [diff] [blame] | 4 | add_subdirectory(libc) |
Paul Sokolovsky | 0dcee73 | 2019-08-29 21:57:19 +0300 | [diff] [blame] | 5 | add_subdirectory(posix) |
Anas Nashif | 95cd063 | 2017-12-21 19:26:00 -0500 | [diff] [blame] | 6 | endif() |
Rajavardhan Gundi | ccd1c21 | 2018-06-05 09:03:12 +0530 | [diff] [blame] | 7 | add_subdirectory_ifdef(CONFIG_CMSIS_RTOS_V1 cmsis_rtos_v1) |
Rajavardhan Gundi | 4af7b6c | 2018-10-30 12:19:03 +0530 | [diff] [blame] | 8 | add_subdirectory_ifdef(CONFIG_CMSIS_RTOS_V2 cmsis_rtos_v2) |
Carles Cufi | d212bc4 | 2020-03-20 19:21:15 +0100 | [diff] [blame] | 9 | add_subdirectory_ifdef(CONFIG_FNMATCH fnmatch) |
Jan Van Winkel | cbfcae7 | 2018-03-25 01:27:48 +0100 | [diff] [blame] | 10 | add_subdirectory(gui) |
Anas Nashif | db92e5c | 2019-01-19 06:57:38 -0500 | [diff] [blame] | 11 | add_subdirectory(os) |
Arnaud Pouliquen | 25ec739 | 2019-09-20 11:41:38 +0200 | [diff] [blame] | 12 | add_subdirectory_ifdef(CONFIG_OPENAMP open-amp) |