File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: GPL-2.0
2
- obj-y += amd/ intel/ arm/ iommufd/ riscv/
2
+ obj-y += amd/ arm/ iommufd/ riscv/
3
+ obj-$(CONFIG_INTEL_IOMMU) += intel/
3
4
obj-$(CONFIG_IOMMU_API) += iommu.o
4
5
obj-$(CONFIG_IOMMU_SUPPORT) += iommu-pages.o
5
6
obj-$(CONFIG_IOMMU_API) += iommu-traces.o
Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: GPL-2.0
2
- obj-$(CONFIG_DMAR_TABLE) += dmar.o
3
- obj-$(CONFIG_INTEL_IOMMU) += iommu.o pasid.o nested.o cache.o prq.o
4
- obj-$(CONFIG_DMAR_TABLE) += trace.o
2
+ obj-y += iommu.o pasid.o nested.o cache.o prq.o
3
+ obj-$(CONFIG_DMAR_TABLE) += dmar.o trace.o
5
4
obj-$(CONFIG_DMAR_PERF) += perf.o
6
5
obj-$(CONFIG_INTEL_IOMMU_DEBUGFS) += debugfs.o
7
6
obj-$(CONFIG_INTEL_IOMMU_SVM) += svm.o
8
- ifdef CONFIG_INTEL_IOMMU
9
7
obj-$(CONFIG_IRQ_REMAP) += irq_remapping.o
10
- endif
11
8
obj-$(CONFIG_INTEL_IOMMU_PERF_EVENTS) += perfmon.o
You can’t perform that action at this time.
0 commit comments