]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - kernel/dma/Makefile
Merge tag 'md/4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
[mirror_ubuntu-jammy-kernel.git] / kernel / dma / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2
3 obj-$(CONFIG_HAS_DMA) += mapping.o
4 obj-$(CONFIG_DMA_CMA) += contiguous.o
5 obj-$(CONFIG_HAVE_GENERIC_DMA_COHERENT) += coherent.o
6 obj-$(CONFIG_DMA_DIRECT_OPS) += direct.o
7 obj-$(CONFIG_DMA_NONCOHERENT_OPS) += noncoherent.o
8 obj-$(CONFIG_DMA_VIRT_OPS) += virt.o
9 obj-$(CONFIG_DMA_API_DEBUG) += debug.o
10 obj-$(CONFIG_SWIOTLB) += swiotlb.o
11