4 lines
139 B
Makefile
4 lines
139 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0-only
|
||
|
obj-$(CONFIG_RISCV_IOMMU) += iommu.o iommu-platform.o
|
||
|
obj-$(CONFIG_RISCV_IOMMU_PCI) += iommu-pci.o
|