Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / kernel / dma / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2
3 obj-$(CONFIG_HAS_DMA)                   += mapping.o direct.o dummy.o
4 obj-$(CONFIG_DMA_CMA)                   += contiguous.o
5 obj-$(CONFIG_DMA_DECLARE_COHERENT)      += coherent.o
6 obj-$(CONFIG_DMA_VIRT_OPS)              += virt.o
7 obj-$(CONFIG_DMA_API_DEBUG)             += debug.o
8 obj-$(CONFIG_SWIOTLB)                   += swiotlb.o
9 obj-$(CONFIG_DMA_REMAP)                 += remap.o