]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/x86/events/Makefile
perf/x86: Move perf_event_intel_uncore_snbep.c => x86/events/intel/uncore_snbep.c
[mirror_ubuntu-artful-kernel.git] / arch / x86 / events / Makefile
CommitLineData
fa9cbf32 1obj-y += core.o
39b0332a 2
d0af1c05 3obj-$(CONFIG_CPU_SUP_AMD) += amd/core.o amd/uncore.o
218cfe4e 4obj-$(CONFIG_X86_LOCAL_APIC) += amd/ibs.o
5b26547d
BP
5ifdef CONFIG_AMD_IOMMU
6obj-$(CONFIG_CPU_SUP_AMD) += amd/iommu.o
7endif
5c781a3d 8obj-$(CONFIG_CPU_SUP_INTEL) += intel/core.o intel/bts.o intel/cqm.o
c85cc449 9obj-$(CONFIG_CPU_SUP_INTEL) += intel/cstate.o intel/ds.o intel/lbr.o
609d809f 10obj-$(CONFIG_CPU_SUP_INTEL) += intel/pt.o intel/rapl.o
35bf705c 11obj-$(CONFIG_PERF_EVENTS_INTEL_UNCORE) += intel/uncore.o intel/uncore_nhmex.o
ed367e6c 12obj-$(CONFIG_PERF_EVENTS_INTEL_UNCORE) += intel/uncore_snb.o intel/uncore_snbep.o