zephyr/soc/mips/CMakeLists.txt

6 lines
96 B
CMake

if(SOC_FAMILY)
add_subdirectory(${SOC_FAMILY})
else()
add_subdirectory(${SOC_NAME})
endif()