1 # $NetBSD: Makefile,v 1.1.12.1 2015/12/27 12:10:10 skrll Exp $ 2 # 3 4 RUMPTOP=${TOPRUMP} 5 6 .PATH: ${RUMPTOP}/../dev/pci 7 8 LIB= rumpdev_pci_if_wm 9 COMMENT=Intel GigE device driver 10 11 IOCONF= PCI_IF_WM.ioconf 12 RUMP_COMPONENT=ioconf 13 14 SRCS+= if_wm.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