Home | History | Annotate | Line # | Download | only in libpci_if_iwn
Makefile revision 1.1.10.2
      1  1.1.10.2  tls #	$NetBSD: Makefile,v 1.1.10.2 2014/08/20 00:04:38 tls Exp $
      2  1.1.10.2  tls #
      3  1.1.10.2  tls 
      4  1.1.10.2  tls RUMPTOP=${TOPRUMP}
      5  1.1.10.2  tls 
      6  1.1.10.2  tls .PATH:	${RUMPTOP}/../dev/pci
      7  1.1.10.2  tls 
      8  1.1.10.2  tls LIB=	rumpdev_pci_if_iwn
      9  1.1.10.2  tls IOCONF=	PCI_IF_IWN.ioconf
     10  1.1.10.2  tls 
     11  1.1.10.2  tls SRCS=	iwn_at_pci.c
     12  1.1.10.2  tls 
     13  1.1.10.2  tls SRCS+=	if_iwn.c
     14  1.1.10.2  tls 
     15  1.1.10.2  tls CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern
     16  1.1.10.2  tls    
     17  1.1.10.2  tls .include "${RUMPTOP}/Makefile.rump"
     18  1.1.10.2  tls .include <bsd.lib.mk>
     19  1.1.10.2  tls .include <bsd.klinks.mk>
     20