1*b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0 2f62bae50SIngo Molnar# 3f62bae50SIngo Molnar# Makefile for local APIC drivers and for the IO-APIC code 4f62bae50SIngo Molnar# 5f62bae50SIngo Molnar 65c9a8750SDmitry Vyukov# Leads to non-deterministic coverage that is not a function of syscall inputs. 75c9a8750SDmitry Vyukov# In particualr, smp_apic_timer_interrupt() is called in random places. 85c9a8750SDmitry VyukovKCOV_INSTRUMENT := n 95c9a8750SDmitry Vyukov 1074afab7aSJiang Liuobj-$(CONFIG_X86_LOCAL_APIC) += apic.o apic_noop.o ipi.o vector.o 115f2b0ba4SDon Zickusobj-y += hw_nmi.o 1284e478c6SDon Zickus 13f62bae50SIngo Molnarobj-$(CONFIG_X86_IO_APIC) += io_apic.o 1444380982SJiang Liuobj-$(CONFIG_PCI_MSI) += msi.o 15c3468952SJiang Liuobj-$(CONFIG_HT_IRQ) += htirq.o 16f62bae50SIngo Molnarobj-$(CONFIG_SMP) += ipi.o 17f62bae50SIngo Molnar 18f62bae50SIngo Molnarifeq ($(CONFIG_X86_64),y) 19107e0e0cSSuresh Siddha# APIC probe will depend on the listing order here 2044b111b5SSteffen Persvoldobj-$(CONFIG_X86_NUMACHIP) += apic_numachip.o 21f62bae50SIngo Molnarobj-$(CONFIG_X86_UV) += x2apic_uv_x.o 22107e0e0cSSuresh Siddhaobj-$(CONFIG_X86_X2APIC) += x2apic_phys.o 23107e0e0cSSuresh Siddhaobj-$(CONFIG_X86_X2APIC) += x2apic_cluster.o 24107e0e0cSSuresh Siddhaobj-y += apic_flat_64.o 25f62bae50SIngo Molnarendif 26f62bae50SIngo Molnar 27107e0e0cSSuresh Siddha# APIC probe will depend on the listing order here 28107e0e0cSSuresh Siddhaobj-$(CONFIG_X86_BIGSMP) += bigsmp_32.o 29107e0e0cSSuresh Siddha 30107e0e0cSSuresh Siddha# For 32bit, probe_32 need to be listed last 31107e0e0cSSuresh Siddhaobj-$(CONFIG_X86_LOCAL_APIC) += probe_$(BITS).o 32