aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/visorbus/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/unisys/visorbus/Makefile')
-rw-r--r--drivers/staging/unisys/visorbus/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/staging/unisys/visorbus/Makefile b/drivers/staging/unisys/visorbus/Makefile
new file mode 100644
index 000000000000..fa27ee5f336c
--- /dev/null
+++ b/drivers/staging/unisys/visorbus/Makefile
@@ -0,0 +1,13 @@
+#
+# Makefile for Unisys visorbus
+#
+
+obj-$(CONFIG_UNISYS_VISORBUS) += visorbus.o
+
+visorbus-y := visorbus_main.o
+visorbus-y += visorchannel.o
+visorbus-y += visorchipset.o
+visorbus-y += periodic_work.o
+
+ccflags-y += -Idrivers/staging/unisys/include
+ccflags-y += -Idrivers/staging/unisys/visorutil