summaryrefslogtreecommitdiff
path: root/drivers/staging/most/Makefile
diff options
context:
space:
mode:
authorChristian Gromm <christian.gromm@microchip.com>2015-07-24 16:11:55 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-07-24 13:50:43 -0700
commita4198cdf0c3460d767d0d36979cd633021c127a2 (patch)
tree9553c9c87567b9af0c2fd0f2ea2343b2d534184a /drivers/staging/most/Makefile
parent91a450ada852f8cb5fc8b9c7242a856cc7b31643 (diff)
Staging: most: add MOST driver's hdm-usb module
This patch adds the hdm-usb module of the MOST driver to the kernel's driver staging area. This module is part of the MOST driver and handles the USB interface of the MOST network interface controller. This patch is needed in order to use the USB peripheral interface of the network interface controller. Signed-off-by: Christian Gromm <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, 1 insertions, 0 deletions
diff --git a/drivers/staging/most/Makefile b/drivers/staging/most/Makefile
index 5056f2c8672a..9ee981c7786b 100644
--- a/drivers/staging/most/Makefile
+++ b/drivers/staging/most/Makefile
@@ -5,3 +5,4 @@ obj-$(CONFIG_AIM_SOUND) += aim-sound/
obj-$(CONFIG_AIM_V4L2) += aim-v4l2/
obj-$(CONFIG_HDM_DIM2) += hdm-dim2/
obj-$(CONFIG_HDM_I2C) += hdm-i2c/
+obj-$(CONFIG_HDM_USB) += hdm-usb/