mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-15 12:15:22 +00:00
We were trying to build a file that does not exist, should include .S file instead of .c Signed-off-by: Anas Nashif <anas.nashif@intel.com>
12 lines
730 B
CMake
12 lines
730 B
CMake
zephyr_sources_ifdef(CONFIG_ARCV2_INTERRUPT_UNIT arcv2_irq_unit.c)
|
|
zephyr_sources_ifdef(CONFIG_IOAPIC ioapic_intr.c)
|
|
zephyr_sources_ifdef(CONFIG_LOAPIC loapic_intr.c system_apic.c)
|
|
zephyr_sources_ifdef(CONFIG_LOAPIC_SPURIOUS_VECTOR loapic_spurious.S)
|
|
zephyr_sources_ifdef(CONFIG_MVIC mvic.c)
|
|
zephyr_sources_ifdef(CONFIG_PIC_DISABLE i8259.c)
|
|
zephyr_sources_ifdef(CONFIG_PLIC plic.c)
|
|
zephyr_sources_ifdef(CONFIG_SHARED_IRQ shared_irq.c)
|
|
zephyr_sources_ifdef(CONFIG_SOC_FAMILY_STM32 exti_stm32.c)
|
|
zephyr_sources_ifdef(CONFIG_CAVS_ICTL cavs_ictl.c)
|
|
zephyr_sources_ifdef(CONFIG_DW_ICTL dw_ictl.c)
|