1# SPDX-License-Identifier: Apache-2.0
2
3zephyr_include_directories(.)
4
5zephyr_sources(
6  soc_irq.S
7  soc_common_irq.c
8  vector.S
9  )
10