76769a42d0
The MIPS Malta is an ATX form factor evaluation board made by MIPS Technologies. Malta board is the most popular platform for MIPS full-system emulation. See https://www.linux-mips.org/wiki/MIPS_Malta for details. Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Remy Luisant <remy@luisant.ca>
6 lines
96 B
CMake
6 lines
96 B
CMake
if(SOC_FAMILY)
|
|
add_subdirectory(${SOC_FAMILY})
|
|
else()
|
|
add_subdirectory(${SOC_NAME})
|
|
endif()
|