aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/virtio/Makefile
blob: d9942e0a123c48bbda521cb57f5f858d59e0e435 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# 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
obj-$(CONFIG_S390_GUEST) += $(s390-virtio-objs)