1 # $NetBSD: Makefile,v 1.1 2014/04/07 01:45:36 pooka Exp $ 2 # 3 4 RUMPTOP=${TOPRUMP} 5 6 .PATH: ${RUMPTOP}/../dev/pci 7 8 LIB= rumpdev_pci_if_iwn 9 IOCONF= PCI_IF_IWN.ioconf 10 11 SRCS= iwn_at_pci.c 12 13 SRCS+= if_iwn.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