summaryrefslogtreecommitdiff
path: root/drivers/most/Makefile
diff options
context:
space:
mode:
authorChristian Gromm <christian.gromm@microchip.com>2020-08-20 14:23:15 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-09-07 16:16:26 +0300
commitceea93444808c7d1fd07a01927937d20237d849e (patch)
treed760a8d638849bbbfd02a6ff5902f009fba7eca8 /drivers/most/Makefile
parent28c4fb2fc8d0974ef5e2ffe93b4167116052a589 (diff)
downloadlinux-ceea93444808c7d1fd07a01927937d20237d849e.tar.xz
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/most/Makefile')
-rw-r--r--drivers/most/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/most/Makefile b/drivers/most/Makefile
index 6a3cb9056288..8b53ca46633f 100644
--- a/drivers/most/Makefile
+++ b/drivers/most/Makefile
@@ -4,3 +4,4 @@ most_core-y := core.o \
configfs.o
obj-$(CONFIG_MOST_USB_HDM) += most_usb.o
+obj-$(CONFIG_MOST_CDEV) += most_cdev.o