aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/visornic/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/unisys/visornic/Makefile')
-rw-r--r--drivers/staging/unisys/visornic/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/staging/unisys/visornic/Makefile b/drivers/staging/unisys/visornic/Makefile
new file mode 100644
index 000000000000..439e95e03300
--- /dev/null
+++ b/drivers/staging/unisys/visornic/Makefile
@@ -0,0 +1,10 @@
+#
+# Makefile for Unisys channel
+#
+
+obj-$(CONFIG_UNISYS_VISORNIC) += visornic.o
+
+visornic-y := visornic_main.o
+
+ccflags-y += -Idrivers/staging/unisys/include
+