Home | History | Annotate | Line # | Download | only in libvirtio_if_vioif
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2014/08/22 09:48:54 pooka Exp $
      2 #
      3 
      4 RUMPTOP=${TOPRUMP}
      5 
      6 .PATH:	${RUMPTOP}/../dev/pci
      7 
      8 LIB=	rumpdev_virtio_if_vioif
      9 IOCONF=	VIRTIO_IF_VIOIF.ioconf
     10 
     11 SRCS=	vioif_at_virtio.c
     12 
     13 SRCS+=	if_vioif.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