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