Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 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 |