Files
zephyr/soc/soc_legacy/riscv/CMakeLists.txt
Jamie McCrae ef82a8255c soc: ae350: Port to HWMv2
Ports the ae350 SoC configuration to hardware model version 2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2024-03-01 15:49:58 +01:00

8 lines
135 B
CMake

# SPDX-License-Identifier: Apache-2.0
if(SOC_FAMILY)
add_subdirectory(${SOC_FAMILY})
else()
add_subdirectory(${SOC_NAME})
endif()