e594bfedd1
The code should only be enabled if CONFIG_VIRTIO_SCSI has been set. This can be done best if the code resides in a separate file. Signed-off-by: Thomas Huth <thuth@redhat.com> Message-Id: <1532521224-27235-5-git-send-email-thuth@redhat.com> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
26 lines
733 B
Makefile
26 lines
733 B
Makefile
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-$(CONFIG_VIRTIO_SERIAL) += virtio-ccw-serial.o
|
|
obj-$(CONFIG_VIRTIO_BALLOON) += virtio-ccw-balloon.o
|
|
obj-$(CONFIG_VIRTIO_SCSI) += virtio-ccw-scsi.o
|
|
obj-y += css-bridge.o
|
|
obj-y += ccw-device.o
|
|
obj-$(CONFIG_PCI) += s390-pci-bus.o s390-pci-inst.o
|
|
obj-$(call lnot,$(CONFIG_PCI)) += s390-pci-stub.o
|
|
obj-y += s390-skeys.o
|
|
obj-y += s390-stattrib.o
|
|
obj-y += tod.o
|
|
obj-$(CONFIG_KVM) += tod-kvm.o
|
|
obj-$(CONFIG_TCG) += tod-qemu.o
|
|
obj-$(CONFIG_KVM) += s390-skeys-kvm.o
|
|
obj-$(CONFIG_KVM) += s390-stattrib-kvm.o
|
|
obj-y += s390-ccw.o
|