Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
d62e861a01a2f4455ae89d105aa9dbc4bef501c5
/
.
/
arch
/
xtensa
/
CMakeLists.txt
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)