summaryrefslogtreecommitdiff
path: root/drivers/staging/most/Makefile
diff options
context:
space:
mode:
authorChristian Gromm <christian.gromm@microchip.com>2020-08-20 13:23:15 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-09-07 15:16:26 +0200
commitceea93444808c7d1fd07a01927937d20237d849e (patch)
treed760a8d638849bbbfd02a6ff5902f009fba7eca8 /drivers/staging/most/Makefile
parent28c4fb2fc8d0974ef5e2ffe93b4167116052a589 (diff)
drivers: most: add character device interface driver
This patch adds the character device (cdev) driver source file most_cdev.c and modifies the Makefiles and Kconfigs accordingly. Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Link: https://lore.kernel.org/r/1597922595-27493-1-git-send-email-christian.gromm@microchip.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/most/Makefile')
-rw-r--r--drivers/staging/most/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/most/Makefile b/drivers/staging/most/Makefile
index 7c10b84ebac0..be94673209f5 100644
--- a/drivers/staging/most/Makefile
+++ b/drivers/staging/most/Makefile
@@ -1,6 +1,5 @@
# SPDX-License-Identifier: GPL-2.0
-obj-$(CONFIG_MOST_CDEV) += cdev/
obj-$(CONFIG_MOST_NET) += net/
obj-$(CONFIG_MOST_SOUND) += sound/
obj-$(CONFIG_MOST_VIDEO) += video/