aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/visorhba/Makefile
diff options
context:
space:
mode:
authorDavid Kershner <david.kershner@unisys.com>2015-09-24 11:00:40 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-09-29 04:11:45 +0200
commitd2c3506be646a495a4e3f1d1ce9540916703c244 (patch)
tree7cba66b85f8ebc49ff8a915d855b4cbf1c89f7a3 /drivers/staging/unisys/visorhba/Makefile
parentstaging/lustre: partially use time64_t for capa expiry (diff)
downloadlinux-dev-d2c3506be646a495a4e3f1d1ce9540916703c244.tar.xz
linux-dev-d2c3506be646a495a4e3f1d1ce9540916703c244.zip
staging: unisys: Add s-Par visorhba
This driver create a host bus adapter device when s-Par sends a device create message to create a storage adapter on the visorbus. When the message is received by visorbus, the visorhba_probe function is called and the hba device is created and managed by the visorhba driver. Signed-off-by: Erik Arfvidson <erik.arfvidson@unisys.com> Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: David Kershner <david.kershner@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/unisys/visorhba/Makefile')
-rw-r--r--drivers/staging/unisys/visorhba/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/staging/unisys/visorhba/Makefile b/drivers/staging/unisys/visorhba/Makefile
new file mode 100644
index 000000000000..a8a8e0e0fb09
--- /dev/null
+++ b/drivers/staging/unisys/visorhba/Makefile
@@ -0,0 +1,10 @@
+#
+# Makefile for Unisys channel
+#
+
+obj-$(CONFIG_UNISYS_VISORHBA) += visorhba.o
+
+visorhba-y := visorhba_main.o
+
+ccflags-y += -Idrivers/staging/unisys/include
+