mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 08:00:52 +07:00
cbe94c6e1a
Move AMD Kconfig and Makefile bits down into the amd directory with the rest of the AMD specific files. Signed-off-by: Jerry Snitselaar <jsnitsel@redhat.com> Cc: Joerg Roedel <joro@8bytes.org> Cc: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com> Link: https://lore.kernel.org/r/20200630200636.48600-3-jsnitsel@redhat.com Signed-off-by: Joerg Roedel <jroedel@suse.de>
5 lines
177 B
Makefile
5 lines
177 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-$(CONFIG_AMD_IOMMU) += iommu.o init.o quirks.o
|
|
obj-$(CONFIG_AMD_IOMMU_DEBUGFS) += debugfs.o
|
|
obj-$(CONFIG_AMD_IOMMU_V2) += iommu_v2.o
|