blob: 79d115704b2943c2dd0c2161de8020fac8fbde5a [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
add_subdirectory(common)
if(SOC_FAMILY)
add_subdirectory(${SOC_FAMILY})
else()
add_subdirectory(${SOC_NAME})
endif()