]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - lib/Makefile
Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfor...
[mirror_ubuntu-artful-kernel.git] / lib / Makefile
index 445a39c21f465ba1a0bf2fa1764027b883b814ef..c9023efbd4ca2b111a3b76e5c85b0865a64beeb4 100644 (file)
@@ -27,7 +27,8 @@ lib-y := ctype.o string.o vsprintf.o cmdline.o \
 
 lib-$(CONFIG_MMU) += ioremap.o
 lib-$(CONFIG_SMP) += cpumask.o
-lib-$(CONFIG_HAS_DMA) += dma-noop.o
+lib-$(CONFIG_DMA_NOOP_OPS) += dma-noop.o
+lib-$(CONFIG_DMA_VIRT_OPS) += dma-virt.o
 
 lib-y  += kobject.o klist.o
 obj-y  += lockref.o