279cc2e448
Move the SoC outside of the architecture tree and put them at the same level as boards and architectures allowing both SoCs and boards to be maintained outside the tree. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
7 lines
97 B
CMake
7 lines
97 B
CMake
if(SOC_FAMILY)
|
|
add_subdirectory(${SOC_FAMILY})
|
|
else()
|
|
add_subdirectory(${SOC_NAME})
|
|
endif()
|
|
|