diff options
Diffstat (limited to 'arch/x86/events/Makefile')
-rw-r--r-- | arch/x86/events/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/events/Makefile b/arch/x86/events/Makefile index 7d1ecff583b0..bcd1e214a76d 100644 --- a/arch/x86/events/Makefile +++ b/arch/x86/events/Makefile @@ -5,3 +5,4 @@ obj-$(CONFIG_X86_LOCAL_APIC) += amd/ibs.o ifdef CONFIG_AMD_IOMMU obj-$(CONFIG_CPU_SUP_AMD) += amd/iommu.o endif +obj-$(CONFIG_CPU_SUP_INTEL) += intel/bts.o |