blob: 1af54e29e8a55b2eed877f1ad118cdf076a1549a [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
)
endif()