aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mic/vop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/mic/vop/Makefile')
-rw-r--r--drivers/misc/mic/vop/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/misc/mic/vop/Makefile b/drivers/misc/mic/vop/Makefile
new file mode 100644
index 000000000000..78819c8999f1
--- /dev/null
+++ b/drivers/misc/mic/vop/Makefile
@@ -0,0 +1,9 @@
+#
+# Makefile - Intel MIC Linux driver.
+# Copyright(c) 2016, Intel Corporation.
+#
+obj-m := vop.o
+
+vop-objs += vop_main.o
+vop-objs += vop_debugfs.o
+vop-objs += vop_vringh.o