aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/visornic/Makefile
diff options
context:
space:
mode:
authorDavid Kershner <david.kershner@unisys.com>2015-06-15 23:31:59 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-06-16 14:34:55 -0700
commit68905a14e49c97bf49dacd753e40ddd5b254e2ad (patch)
tree57cf395f6bd23a28eba7cf980711b72b03b28b92 /drivers/staging/unisys/visornic/Makefile
parentstaging: unisys: define structures outside of iochannel (diff)
downloadlinux-dev-68905a14e49c97bf49dacd753e40ddd5b254e2ad.tar.xz
linux-dev-68905a14e49c97bf49dacd753e40ddd5b254e2ad.zip
staging: unisys: Add s-Par visornic ethernet driver
This driver creates a network device when s-Par sends a device create message to create network adapter on the visorbus. When the message is received by visorbus, the visornic_probe function is called and the netdev device is created and managed by the visornic driver. Signed-off-by: David Kershner <david.kershner@unisys.com> Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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
+