mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-08 19:35:49 +00:00
- Build the actual driver when relevant - Provide the IOAPIC stub - Provide the IRQ flags for IRQ_CONNECT_STATIC - Set the default IRQ priorities Change-Id: Iea20ef67c92cf7f48791fba5a8021448b7059950 Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
5 lines
116 B
Makefile
5 lines
116 B
Makefile
|
|
obj-$(CONFIG_SPI) = spi_static_irq_stubs.o
|
|
obj-$(CONFIG_SPI_INTEL) += intel_spi.o
|
|
obj-$(CONFIG_SPI_DW) += dw_spi.o
|