xref: /freebsd/sys/modules/virtio/console/Makefile (revision 031beb4e239bfce798af17f5fe8dba8bcaf13d99)
16f744ddeSBryan Venteicher#
26f744ddeSBryan Venteicher#
36f744ddeSBryan Venteicher# Redistribution and use in source and binary forms, with or without
46f744ddeSBryan Venteicher# modification, are permitted provided that the following conditions
56f744ddeSBryan Venteicher# are met:
66f744ddeSBryan Venteicher# 1. Redistributions of source code must retain the above copyright
76f744ddeSBryan Venteicher#    notice, this list of conditions and the following disclaimer.
86f744ddeSBryan Venteicher# 2. Redistributions in binary form must reproduce the above copyright
96f744ddeSBryan Venteicher#    notice, this list of conditions and the following disclaimer in the
106f744ddeSBryan Venteicher#    documentation and/or other materials provided with the distribution.
116f744ddeSBryan Venteicher#
126f744ddeSBryan Venteicher# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
136f744ddeSBryan Venteicher# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
146f744ddeSBryan Venteicher# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
156f744ddeSBryan Venteicher# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
166f744ddeSBryan Venteicher# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
176f744ddeSBryan Venteicher# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
186f744ddeSBryan Venteicher# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
196f744ddeSBryan Venteicher# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
206f744ddeSBryan Venteicher# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
216f744ddeSBryan Venteicher# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
226f744ddeSBryan Venteicher# SUCH DAMAGE.
236f744ddeSBryan Venteicher#
246f744ddeSBryan Venteicher
25*193d9e76SEnji Cooper.PATH: ${SRCTOP}/sys/dev/virtio/console
266f744ddeSBryan Venteicher
276f744ddeSBryan VenteicherKMOD=	virtio_console
286f744ddeSBryan VenteicherSRCS=	virtio_console.c
296f744ddeSBryan VenteicherSRCS+=	virtio_bus_if.h virtio_if.h
306f744ddeSBryan VenteicherSRCS+=	bus_if.h device_if.h
316f744ddeSBryan Venteicher
326f744ddeSBryan Venteicher.include <bsd.kmod.mk>
33