We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ef671 commit 01c13a1Copy full SHA for 01c13a1
drivers/iommu/Makefile
@@ -1,7 +1,8 @@
1
# SPDX-License-Identifier: GPL-2.0
2
-obj-y += arm/ iommufd/ riscv/
+obj-y += arm/ iommufd/
3
obj-$(CONFIG_AMD_IOMMU) += amd/
4
obj-$(CONFIG_INTEL_IOMMU) += intel/
5
+obj-$(CONFIG_RISCV_IOMMU) += riscv/
6
obj-$(CONFIG_IOMMU_API) += iommu.o
7
obj-$(CONFIG_IOMMU_SUPPORT) += iommu-pages.o
8
obj-$(CONFIG_IOMMU_API) += iommu-traces.o
drivers/iommu/riscv/Makefile
@@ -1,3 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
-obj-$(CONFIG_RISCV_IOMMU) += iommu.o iommu-platform.o
+obj-y += iommu.o iommu-platform.o
obj-$(CONFIG_RISCV_IOMMU_PCI) += iommu-pci.o
0 commit comments