]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blob - arch/x86/events/Makefile
crypto: qat - change the adf_ctl_stop_devices to void
[mirror_ubuntu-hirsute-kernel.git] / arch / x86 / events / Makefile
1 obj-y += core.o
2
3 obj-$(CONFIG_CPU_SUP_AMD) += amd/core.o amd/uncore.o
4 obj-$(CONFIG_PERF_EVENTS_AMD_POWER) += amd/power.o
5 obj-$(CONFIG_X86_LOCAL_APIC) += amd/ibs.o msr.o
6 ifdef CONFIG_AMD_IOMMU
7 obj-$(CONFIG_CPU_SUP_AMD) += amd/iommu.o
8 endif
9 obj-$(CONFIG_CPU_SUP_INTEL) += intel/core.o intel/bts.o intel/cqm.o
10 obj-$(CONFIG_CPU_SUP_INTEL) += intel/cstate.o intel/ds.o intel/knc.o
11 obj-$(CONFIG_CPU_SUP_INTEL) += intel/lbr.o intel/p4.o intel/p6.o intel/pt.o
12 obj-$(CONFIG_CPU_SUP_INTEL) += intel/rapl.o msr.o
13 obj-$(CONFIG_PERF_EVENTS_INTEL_UNCORE) += intel/uncore.o intel/uncore_nhmex.o
14 obj-$(CONFIG_PERF_EVENTS_INTEL_UNCORE) += intel/uncore_snb.o intel/uncore_snbep.o