blob: f697a7f5fb90a4dbf238974aea5918a517e07091 [file] [log] [blame]
set_property(GLOBAL PROPERTY PROPERTY_OUTPUT_FORMAT elf32-xtensa-le)
if(SOC_FAMILY)
add_subdirectory(soc/${SOC_FAMILY})
else()
add_subdirectory(soc/${SOC_PATH})
endif()
add_subdirectory(core)