Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
116c4a9e4014b5802b6723278854bb5e3b0a407f
/
.
/
soc
/
rockchip
/
rk35
/
CMakeLists.txt
blob: b45e8592a61da5eae85ab1c0d3913cc6030a8676 [
file
] [
log
] [
blame
]
# Copyright 2024 Université Gustave Eiffel
# SPDX-License-Identifier: Apache-2.0
if(CONFIG_SOC_RK3568)
add_subdirectory(rk3568)
elseif(CONFIG_SOC_RK3588S)
add_subdirectory(rk3588s)
endif()