aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/kpc2000/kpc_dma/Makefile
diff options
context:
space:
mode:
authorMatt Sickler <Matt.Sickler@daktronics.com>2019-04-22 22:05:58 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-04-25 12:07:33 +0200
commit7df95299b94a63ec67a6389fc02dc25019a80ee8 (patch)
tree921d3bd124d6a07ecc8457748fd5e8f5be63b612 /drivers/staging/kpc2000/kpc_dma/Makefile
parentStaging: vc04_services: Cleanup in ctrl_set_bitrate() (diff)
downloadlinux-dev-7df95299b94a63ec67a6389fc02dc25019a80ee8.tar.xz
linux-dev-7df95299b94a63ec67a6389fc02dc25019a80ee8.zip
staging: kpc2000: Add DMA driver
Add Daktronics DMA driver. I've added the SPDX license identifiers, Kconfig entry, and cleaned up as many of the warnings as I could. The AIO support code will be removed in a future patch. Signed-off-by: Matt Sickler <matt.sickler@daktronics.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '')
-rw-r--r--drivers/staging/kpc2000/kpc_dma/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/staging/kpc2000/kpc_dma/Makefile b/drivers/staging/kpc2000/kpc_dma/Makefile
new file mode 100644
index 000000000000..fe5db532c8c8
--- /dev/null
+++ b/drivers/staging/kpc2000/kpc_dma/Makefile
@@ -0,0 +1,6 @@
+# SPDX-License-Identifier: GPL-2.0
+
+obj-m := kpc_dma.o
+kpc_dma-objs += dma.o
+kpc_dma-objs += fileops.o
+kpc_dma-objs += kpc_dma_driver.o