Make config variable name match the function. The PIC is never turned on in the zephyr code so there is nothing to shut off. Change-Id: I1627e5a35cc37ef7959f36758c1e1aec03e22782 Signed-off-by: Dirk Brandewie <dirk.j.brandewie@intel.com>
8 lines
207 B
Makefile
8 lines
207 B
Makefile
obj-${CONFIG_PIC_DISABLE} = i8259.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
|