summaryrefslogtreecommitdiff
path: root/drivers/misc/mic/Makefile
diff options
context:
space:
mode:
authorSudeep Dutt <sudeep.dutt@intel.com>2016-02-09 02:48:17 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-02-10 04:32:37 +0300
commit8810df37762746657cfe84014a8f30758e8f366a (patch)
treee3f75fbeaa45cfea2356a8106ce820aa9b2017f1 /drivers/misc/mic/Makefile
parentc1becd2849681e8be1043d2ce9034a9d9bb3d540 (diff)
downloadlinux-8810df37762746657cfe84014a8f30758e8f366a.tar.xz
misc: mic: Enable VOP debugfs and driver build
This patch moves the virtio specific debugfs hooks previously in mic_debugfs.c in the MIC host driver into the VOP driver. The Kconfig/Makefile is also updated to allow building the VOP driver. Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com> Signed-off-by: Sudeep Dutt <sudeep.dutt@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/mic/Makefile')
-rw-r--r--drivers/misc/mic/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/mic/Makefile b/drivers/misc/mic/Makefile
index e288a1106738..f2b1323ff96c 100644
--- a/drivers/misc/mic/Makefile
+++ b/drivers/misc/mic/Makefile
@@ -8,3 +8,4 @@ obj-y += bus/
obj-$(CONFIG_SCIF) += scif/
obj-$(CONFIG_MIC_COSM) += cosm/
obj-$(CONFIG_MIC_COSM) += cosm_client/
+obj-$(CONFIG_VOP) += vop/