summaryrefslogtreecommitdiffstats
path: root/arch/h8300/kernel/Makefile
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-01-09 16:32:29 +0100
committerChristoph Hellwig <hch@lst.de>2018-01-15 09:35:17 +0100
commit23475ad49e704b9aee14970c4c191768798412c9 (patch)
tree6bb98b2ee7af73401c9f38f1c3ed79046d55ccf7 /arch/h8300/kernel/Makefile
parentf73337f4cef277f3c70f4bf9bdd6e93a52f57bdd (diff)
downloadop-kernel-dev-23475ad49e704b9aee14970c4c191768798412c9.zip
op-kernel-dev-23475ad49e704b9aee14970c4c191768798412c9.tar.gz
h8300: use dma-direct
Replace the bare-bones h8300 direct dma mapping implementation with the fully featured generic dma-direct one. Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'arch/h8300/kernel/Makefile')
-rw-r--r--arch/h8300/kernel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/h8300/kernel/Makefile b/arch/h8300/kernel/Makefile
index b62e830..307aa51 100644
--- a/arch/h8300/kernel/Makefile
+++ b/arch/h8300/kernel/Makefile
@@ -7,7 +7,7 @@ extra-y := vmlinux.lds
obj-y := process.o traps.o ptrace.o \
signal.o setup.o syscalls.o \
- irq.o entry.o dma.o
+ irq.o entry.o
obj-$(CONFIG_ROMKERNEL) += head_rom.o
obj-$(CONFIG_RAMKERNEL) += head_ram.o
OpenPOWER on IntegriCloud