diff options
author | Sudeep Dutt <sudeep.dutt@intel.com> | 2016-02-08 15:48:17 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-02-09 17:32:37 -0800 |
commit | 8810df37762746657cfe84014a8f30758e8f366a (patch) | |
tree | e3f75fbeaa45cfea2356a8106ce820aa9b2017f1 /drivers/misc/mic/Makefile | |
parent | c1becd2849681e8be1043d2ce9034a9d9bb3d540 (diff) | |
download | blackbird-op-linux-8810df37762746657cfe84014a8f30758e8f366a.tar.gz blackbird-op-linux-8810df37762746657cfe84014a8f30758e8f366a.zip |
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/Makefile | 1 |
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/ |