]> asedeno.scripts.mit.edu Git - linux.git/blob - kernel/dma/Makefile
Merge tag 'for-4.20-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
[linux.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_VIRT_OPS)              += virt.o
8 obj-$(CONFIG_DMA_API_DEBUG)             += debug.o
9 obj-$(CONFIG_SWIOTLB)                   += swiotlb.o
10