1 # $NetBSD: Makefile,v 1.1 2014/08/22 09:45:29 pooka Exp $ 2 # 3 4 RUMPTOP=${TOPRUMP} 5 6 .PATH: ${RUMPTOP}/../dev/pci 7 8 LIB= rumpdev_pci_virtio 9 IOCONF= PCI_VIRTIO.ioconf 10 11 SRCS= virtio_at_pci.c 12 13 SRCS+= virtio.c 14 15 CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern 16 17 .include "${RUMPTOP}/Makefile.rump" 18 .include <bsd.lib.mk> 19 .include <bsd.klinks.mk> 20