diff options
author | Sebastian Ott <sebott@linux.ibm.com> | 2018-06-28 19:05:13 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-06-30 13:42:26 +0200 |
commit | 684b89bc39ce4f204b1a2b180f39f2eb36a6b695 (patch) | |
tree | 75c7a211188000f16cd750058b57c5405e722aad /drivers/s390/net/Makefile | |
parent | net/smc: add SMC-D diag support (diff) | |
download | linux-684b89bc39ce4f204b1a2b180f39f2eb36a6b695.tar.xz linux-684b89bc39ce4f204b1a2b180f39f2eb36a6b695.zip |
s390/ism: add device driver for internal shared memory
Add support for the Internal Shared Memory vPCI Adapter.
This driver implements the interfaces of the SMC-D protocol.
Signed-off-by: Sebastian Ott <sebott@linux.ibm.com>
Signed-off-by: Ursula Braun <ubraun@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/s390/net/Makefile')
-rw-r--r-- | drivers/s390/net/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/s390/net/Makefile b/drivers/s390/net/Makefile index 513b7ae64980..f2d6bbe57a6f 100644 --- a/drivers/s390/net/Makefile +++ b/drivers/s390/net/Makefile @@ -15,3 +15,6 @@ qeth_l2-y += qeth_l2_main.o qeth_l2_sys.o obj-$(CONFIG_QETH_L2) += qeth_l2.o qeth_l3-y += qeth_l3_main.o qeth_l3_sys.o obj-$(CONFIG_QETH_L3) += qeth_l3.o + +ism-y := ism_drv.o +obj-$(CONFIG_ISM) += ism.o |