blob: e55af6e1f0fe11d55092aca79d783c25f07fd59a [file] [log] [blame]
if(CONFIG_XTENSA_RESET_VECTOR)
zephyr_library()
zephyr_library_cc_option(
-c
-mtext-section-literals
-mlongcalls
)
zephyr_library_sources(
reset-vector.S
memerror-vector.S
memctl_default.S
)
endif()