Home | History | Annotate | Line # | Download | only in libpci_if_iwn
      1 #	$NetBSD: Makefile,v 1.4 2015/11/16 23:27:08 pooka Exp $
      2 #
      3 
      4 RUMPTOP=${TOPRUMP}
      5 
      6 .PATH:	${RUMPTOP}/../dev/pci
      7 
      8 LIB=	rumpdev_pci_if_iwn
      9 COMMENT=Intel wireless device driver
     10 
     11 IOCONF=	PCI_IF_IWN.ioconf
     12 RUMP_COMPONENT=ioconf
     13 
     14 SRCS+=	if_iwn.c
     15 
     16 CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern
     17    
     18 .include "${RUMPTOP}/Makefile.rump"
     19 .include <bsd.lib.mk>
     20 .include <bsd.klinks.mk>
     21