]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/blob - arch/x86/events/amd/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-disco-kernel.git] / arch / x86 / events / amd / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 obj-$(CONFIG_CPU_SUP_AMD) += core.o uncore.o
3 obj-$(CONFIG_PERF_EVENTS_AMD_POWER) += power.o
4 obj-$(CONFIG_X86_LOCAL_APIC) += ibs.o
5 ifdef CONFIG_AMD_IOMMU
6 obj-$(CONFIG_CPU_SUP_AMD) += iommu.o
7 endif
8