aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio/Makefile
diff options
context:
space:
mode:
authorCornelia Huck <cohuck@redhat.com>2018-07-23 16:03:27 +0200
committerCornelia Huck <cohuck@redhat.com>2019-04-24 14:18:51 +0200
commitd5afd5d135c8cc43bd2568361b4c91f0bd488c3f (patch)
tree89ed16e6dba457f7fe6f4aeb3aadff90535fb975 /drivers/s390/cio/Makefile
parents390/cio: export hsch to modules (diff)
downloadlinux-dev-d5afd5d135c8cc43bd2568361b4c91f0bd488c3f.tar.xz
linux-dev-d5afd5d135c8cc43bd2568361b4c91f0bd488c3f.zip
vfio-ccw: add handling for async channel instructions
Add a region to the vfio-ccw device that can be used to submit asynchronous I/O instructions. ssch continues to be handled by the existing I/O region; the new region handles hsch and csch. Interrupt status continues to be reported through the same channels as for ssch. Acked-by: Eric Farman <farman@linux.ibm.com> Reviewed-by: Farhan Ali <alifm@linux.ibm.com> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'drivers/s390/cio/Makefile')
-rw-r--r--drivers/s390/cio/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/s390/cio/Makefile b/drivers/s390/cio/Makefile
index f230516abb96..f6a8db04177c 100644
--- a/drivers/s390/cio/Makefile
+++ b/drivers/s390/cio/Makefile
@@ -20,5 +20,6 @@ obj-$(CONFIG_CCWGROUP) += ccwgroup.o
qdio-objs := qdio_main.o qdio_thinint.o qdio_debug.o qdio_setup.o
obj-$(CONFIG_QDIO) += qdio.o
-vfio_ccw-objs += vfio_ccw_drv.o vfio_ccw_cp.o vfio_ccw_ops.o vfio_ccw_fsm.o
+vfio_ccw-objs += vfio_ccw_drv.o vfio_ccw_cp.o vfio_ccw_ops.o vfio_ccw_fsm.o \
+ vfio_ccw_async.o
obj-$(CONFIG_VFIO_CCW) += vfio_ccw.o