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