xref: /openbmc/linux/drivers/s390/virtio/Makefile (revision e5451c8f8330e03ad3cfa16048b4daf961af434f)
1# Makefile for kvm guest drivers on s390
2#
3# Copyright IBM Corp. 2008
4#
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.
8
9obj-$(CONFIG_S390_GUEST) += kvm_virtio.o virtio_ccw.o
10