You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
535 B
16 lines
535 B
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
# FIXME: SHADOW_VARS: Remove this once we have enabled -Wshadow globally. |
|
add_compile_options($<TARGET_PROPERTY:compiler,warning_shadow_variables>) |
|
|
|
add_subdirectory(crc) |
|
if(NOT CONFIG_EXTERNAL_LIBC) |
|
add_subdirectory(libc) |
|
add_subdirectory(posix) |
|
endif() |
|
add_subdirectory_ifdef(CONFIG_CPP cpp) |
|
add_subdirectory(hash) |
|
add_subdirectory(os) |
|
add_subdirectory_ifdef(CONFIG_SMF smf) |
|
add_subdirectory_ifdef(CONFIG_OPENAMP open-amp) |
|
add_subdirectory_ifdef(CONFIG_ACPI acpi)
|
|
|