diff options
author | Christoph Hellwig | 2018-04-16 17:27:40 +0200 |
---|---|---|
committer | Christoph Hellwig | 2018-05-19 08:46:12 +0200 |
commit | 7f5c1ea3b707f349af539c7cb4ade8c9d0ad8452 (patch) | |
tree | aca64e874248e8392c4eb3cb4c96f0446e463d50 /arch/c6x/kernel/Makefile | |
parent | 6c3e71dd63a0cc0ce3bd1a4340c1d51a609d372c (diff) |
c6x: use generic dma_noncoherent_ops
Switch to the generic noncoherent direct mapping implementation.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Mark Salter <msalter@redhat.com>
Diffstat (limited to 'arch/c6x/kernel/Makefile')
-rw-r--r-- | arch/c6x/kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/c6x/kernel/Makefile b/arch/c6x/kernel/Makefile index 02f340d7b8fe..fbe74174de87 100644 --- a/arch/c6x/kernel/Makefile +++ b/arch/c6x/kernel/Makefile @@ -8,6 +8,6 @@ extra-y := head.o vmlinux.lds obj-y := process.o traps.o irq.o signal.o ptrace.o obj-y += setup.o sys_c6x.o time.o devicetree.o obj-y += switch_to.o entry.o vectors.o c6x_ksyms.o -obj-y += soc.o dma.o +obj-y += soc.o obj-$(CONFIG_MODULES) += module.o |