1if(SOC_FAMILY)
2  add_subdirectory(${SOC_FAMILY})
3else()
4  add_subdirectory(${SOC_NAME})
5endif()
6