Makefile (7483d45f0aee3afc0646d185cabd4af9f6cab58c) | Makefile (cf910e83ae23692fdeefc7e506e504c4c468d38a) |
---|---|
1# 2# Makefile for local APIC drivers and for the IO-APIC code 3# 4 | 1# 2# Makefile for local APIC drivers and for the IO-APIC code 3# 4 |
5CFLAGS_apic.o := -I$(src)/../../include/asm/trace |
|
5obj-$(CONFIG_X86_LOCAL_APIC) += apic.o apic_noop.o ipi.o 6obj-y += hw_nmi.o 7 8obj-$(CONFIG_X86_IO_APIC) += io_apic.o 9obj-$(CONFIG_SMP) += ipi.o 10 11ifeq ($(CONFIG_X86_64),y) 12# APIC probe will depend on the listing order here --- 15 unchanged lines hidden --- | 6obj-$(CONFIG_X86_LOCAL_APIC) += apic.o apic_noop.o ipi.o 7obj-y += hw_nmi.o 8 9obj-$(CONFIG_X86_IO_APIC) += io_apic.o 10obj-$(CONFIG_SMP) += ipi.o 11 12ifeq ($(CONFIG_X86_64),y) 13# APIC probe will depend on the listing order here --- 15 unchanged lines hidden --- |