diff options
| author | Sudeep Dutt <sudeep.dutt@intel.com> | 2016-02-08 18:48:17 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-02-09 20:32:37 -0500 |
| commit | 8810df37762746657cfe84014a8f30758e8f366a (patch) | |
| tree | e3f75fbeaa45cfea2356a8106ce820aa9b2017f1 /drivers/misc/mic/Makefile | |
| parent | c1becd2849681e8be1043d2ce9034a9d9bb3d540 (diff) | |
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/ | |||
| 8 | obj-$(CONFIG_SCIF) += scif/ | 8 | obj-$(CONFIG_SCIF) += scif/ |
| 9 | obj-$(CONFIG_MIC_COSM) += cosm/ | 9 | obj-$(CONFIG_MIC_COSM) += cosm/ |
| 10 | obj-$(CONFIG_MIC_COSM) += cosm_client/ | 10 | obj-$(CONFIG_MIC_COSM) += cosm_client/ |
| 11 | obj-$(CONFIG_VOP) += vop/ | ||
