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()