Linux 4.8-rc8
[linux/fpc-iii.git] / drivers / s390 / virtio / Makefile
blobdf40692a9011ceb2cb2481af2eaa58a9ff92136e
1 # Makefile for kvm guest drivers on s390
3 # Copyright IBM Corp. 2008
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License (version 2 only)
7 # as published by the Free Software Foundation.
9 s390-virtio-objs := virtio_ccw.o
10 ifdef CONFIG_S390_GUEST_OLD_TRANSPORT
11 s390-virtio-objs += kvm_virtio.o
12 endif
13 obj-$(CONFIG_S390_GUEST) += $(s390-virtio-objs)