a8eac9431a
In order to support subchannels pass-through, we introduce a s390 subchannel device called "s390-ccw" to hold the real subchannel info. The s390-ccw devices inherit from the abstract CcwDevice which connect to the existing virtual-css-bus. Reviewed-by: Eric Auger <eric.auger@redhat.com> Signed-off-by: Dong Jia Shi <bjsdjshi@linux.vnet.ibm.com> Message-Id: <20170517004813.58227-7-bjsdjshi@linux.vnet.ibm.com> Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
18 lines
399 B
Makefile
18 lines
399 B
Makefile
obj-y += s390-virtio.o
|
|
obj-y += s390-virtio-hcall.o
|
|
obj-y += sclp.o
|
|
obj-y += event-facility.o
|
|
obj-y += sclpquiesce.o
|
|
obj-y += sclpcpu.o
|
|
obj-y += ipl.o
|
|
obj-y += css.o
|
|
obj-y += s390-virtio-ccw.o
|
|
obj-y += 3270-ccw.o
|
|
obj-y += virtio-ccw.o
|
|
obj-y += css-bridge.o
|
|
obj-y += ccw-device.o
|
|
obj-y += s390-pci-bus.o s390-pci-inst.o
|
|
obj-y += s390-skeys.o
|
|
obj-$(CONFIG_KVM) += s390-skeys-kvm.o
|
|
obj-y += s390-ccw.o
|