xtensa/asm2: Don't needlessly build asm2 sources
Non-asm2 devices without a generated SoC interrupt file will see a compile failure due to the missing header. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
This commit is contained in:
parent
57f30bd8cc
commit
392b3b5aa6
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@ zephyr_sources(
|
|||
cpu_idle.c
|
||||
fatal.c
|
||||
window_vectors.S
|
||||
)
|
||||
|
||||
zephyr_sources_ifdef(CONFIG_XTENSA_ASM2
|
||||
xtensa-asm2-util.S
|
||||
xtensa-asm2.c
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue