GNU Linux-libre 4.19.211-gnu1
[releases.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