blob: c3283d900644e6f905f575fdc237d806e15bb24f [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
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()