summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/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/Makefile
parentdbb9d619941ad57dbe3c6667764e1eccd5ee5f1b (diff)
downloadop-kernel-dev-68905a14e49c97bf49dacd753e40ddd5b254e2ad.zip
op-kernel-dev-68905a14e49c97bf49dacd753e40ddd5b254e2ad.tar.gz
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/Makefile')
-rw-r--r--drivers/staging/unisys/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/unisys/Makefile b/drivers/staging/unisys/Makefile
index 566af8e..a515ebc 100644
--- a/drivers/staging/unisys/Makefile
+++ b/drivers/staging/unisys/Makefile
@@ -2,3 +2,4 @@
# Makefile for Unisys SPAR drivers
#
obj-$(CONFIG_UNISYS_VISORBUS) += visorbus/
+obj-$(CONFIG_UNISYS_VISORNIC) += visornic/
OpenPOWER on IntegriCloud