blob: d237cf3dc181295ad3a70516716907366ed49325 [file] [log] [blame]
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001# SPDX-License-Identifier: GPL-2.0
2
David Brazdil0f672f62019-12-10 10:32:29 +00003obj-$(CONFIG_HAS_DMA) += mapping.o direct.o dummy.o
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00004obj-$(CONFIG_DMA_CMA) += contiguous.o
David Brazdil0f672f62019-12-10 10:32:29 +00005obj-$(CONFIG_DMA_DECLARE_COHERENT) += coherent.o
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00006obj-$(CONFIG_DMA_VIRT_OPS) += virt.o
7obj-$(CONFIG_DMA_API_DEBUG) += debug.o
8obj-$(CONFIG_SWIOTLB) += swiotlb.o
David Brazdil0f672f62019-12-10 10:32:29 +00009obj-$(CONFIG_DMA_REMAP) += remap.o