# $NetBSD: Makefile,v 1.3 2015/11/11 21:52:47 pooka Exp $ # RUMPTOP=${TOPRUMP} .PATH: ${RUMPTOP}/../dev/pci LIB= rumpdev_virtio_if_vioif COMMENT=VirtIO network interface driver IOCONF= VIRTIO_IF_VIOIF.ioconf COMPONENT_SIMPLE= virtio_if_vioif SRCS+= if_vioif.c CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern .include "${RUMPTOP}/Makefile.rump" .include .include