1 # $NetBSD: Makefile,v 1.1 2014/04/04 14:49:09 pooka Exp $ 2 # 3 4 RUMPTOP=${TOPRUMP} 5 6 .PATH: ${RUMPTOP}/../dev/pci 7 8 LIB= rumpdev_pci_if_wm 9 IOCONF= PCI_IF_WM.ioconf 10 11 SRCS= wm_at_pci.c 12 13 SRCS+= if_wm.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