1 # $NetBSD: Makefile,v 1.2 2015/10/19 16:16:33 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 13 SRCS= iwn_at_pci.c 14 15 SRCS+= if_iwn.c 16 17 CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern 18 19 .include "${RUMPTOP}/Makefile.rump" 20 .include <bsd.lib.mk> 21 .include <bsd.klinks.mk> 22