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