1#	$NetBSD: Makefile,v 1.4 2015/11/16 23:27:08 pooka Exp $
2#
3
4RUMPTOP=${TOPRUMP}
5
6.PATH:	${RUMPTOP}/../dev/pci
7
8LIB=	rumpdev_pci_virtio
9COMMENT=VirtIO bus support
10
11IOCONF=	PCI_VIRTIO.ioconf
12RUMP_COMPONENT=ioconf
13
14SRCS+=	virtio.c
15
16CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern
17   
18.include "${RUMPTOP}/Makefile.rump"
19.include <bsd.lib.mk>
20.include <bsd.klinks.mk>
21