mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-18 02:45:22 +00:00
All driver Makefiles are adding the same cflags and they have been done inconsistenly, make all drivers inherit from the top level Makefile and remove unused includes. Change-Id: Ie66d0ba7a418ac26f7eb709f50c887dc682e935c Signed-off-by: Anas Nashif <anas.nashif@intel.com>
10 lines
287 B
Makefile
10 lines
287 B
Makefile
obj-${CONFIG_PIC}${CONFIG_SHUTOFF_PIC} = i8259.o
|
|
|
|
obj-$(CONFIG_PIC) += i8259_boi.o
|
|
obj-$(CONFIG_PIC) += system_pic.o
|
|
obj-$(CONFIG_LOAPIC) += system_apic.o
|
|
obj-$(CONFIG_LOAPIC) += loapic_intr.o
|
|
obj-$(CONFIG_IOAPIC) += ioapic_intr.o
|
|
|
|
obj-$(CONFIG_ARCV2_INTERRUPT_UNIT) += arcv2_irq_unit.o
|