1# SPDX-License-Identifier: Apache-2.0
2
3if(SOC_FAMILY)
4  add_subdirectory(${SOC_FAMILY})
5else()
6  add_subdirectory(${SOC_NAME})
7endif()
8