aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/virtio/Makefile
blob: df40692a9011ceb2cb2481af2eaa58a9ff92136e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Makefile for kvm guest drivers on s390
#
# Copyright IBM Corp. 2008
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License (version 2 only)
# as published by the Free Software Foundation.

s390-virtio-objs := virtio_ccw.o
ifdef CONFIG_S390_GUEST_OLD_TRANSPORT
s390-virtio-objs += kvm_virtio.o
endif
obj-$(CONFIG_S390_GUEST) += $(s390-virtio-objs)