summaryrefslogtreecommitdiffstats
path: root/arch/mips/loongson64/lemote-2f/Makefile
diff options
context:
space:
mode:
authorHuacai Chen2018-08-23 07:33:10 +0200
committerPaul Burton2018-08-28 18:47:14 +0200
commit33f2ac5451a62f4e441454522b0588790144a717 (patch)
tree1f04758c19f6909e1031703cbbc88704518eb815 /arch/mips/loongson64/lemote-2f/Makefile
parentLinux 4.19-rc1 (diff)
downloadkernel-qcow2-linux-33f2ac5451a62f4e441454522b0588790144a717.tar.gz
kernel-qcow2-linux-33f2ac5451a62f4e441454522b0588790144a717.tar.xz
kernel-qcow2-linux-33f2ac5451a62f4e441454522b0588790144a717.zip
MIPS: Loongon64: DMA functions cleanup
Split the common dma.c which shared by Loongson-2E and Loongson-2F, since the code in 'common' directory is assumed be shared by all 64bit Loongson platforms (but Loongson-3 doesn't use it now). By the way, Loongson-2E and Loongson-2F have already dropped 32bit kernel support, so CONFIG_64BIT isn't needed. Signed-off-by: Huacai Chen <chenhc@lemote.com> Signed-off-by: Paul Burton <paul.burton@mips.com> Patchwork: https://patchwork.linux-mips.org/patch/20302/ Cc: Ralf Baechle <ralf@linux-mips.org> Cc: James Hogan <jhogan@kernel.org> Cc: linux-mips@linux-mips.org Cc: Fuxin Zhang <zhangfx@lemote.com> Cc: Zhangjin Wu <wuzhangjin@gmail.com> Cc: Huacai Chen <chenhuacai@gmail.com>
Diffstat (limited to 'arch/mips/loongson64/lemote-2f/Makefile')
-rw-r--r--arch/mips/loongson64/lemote-2f/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/loongson64/lemote-2f/Makefile b/arch/mips/loongson64/lemote-2f/Makefile
index 08b8abcbfef5..b5792c334cd5 100644
--- a/arch/mips/loongson64/lemote-2f/Makefile
+++ b/arch/mips/loongson64/lemote-2f/Makefile
@@ -2,7 +2,7 @@
# Makefile for lemote loongson2f family machines
#
-obj-y += clock.o machtype.o irq.o reset.o ec_kb3310b.o
+obj-y += clock.o machtype.o irq.o reset.o dma.o ec_kb3310b.o
#
# Suspend Support