xref: /linux/drivers/s390/virtio/Makefile (revision 1b568d934eec1c5c99565c41f6c8ca66e9743e96)
1*1b568d93SCornelia Huck# Makefile for kvm guest drivers on s390
2*1b568d93SCornelia Huck#
3*1b568d93SCornelia Huck# Copyright IBM Corp. 2008
4*1b568d93SCornelia Huck#
5*1b568d93SCornelia Huck# This program is free software; you can redistribute it and/or modify
6*1b568d93SCornelia Huck# it under the terms of the GNU General Public License (version 2 only)
7*1b568d93SCornelia Huck# as published by the Free Software Foundation.
8*1b568d93SCornelia Huck
9*1b568d93SCornelia Huckobj-$(CONFIG_S390_GUEST) += kvm_virtio.o virtio_ccw.o
10