Makefile revision 1.3
1# $NetBSD: Makefile,v 1.3 2015/11/11 21:52:46 pooka Exp $ 2# 3 4RUMPTOP=${TOPRUMP} 5 6.PATH: ${RUMPTOP}/../dev/pci 7 8LIB= rumpdev_pci_if_wm 9COMMENT=Intel GigE device driver 10 11IOCONF= PCI_IF_WM.ioconf 12COMPONENT_SIMPLE= pci_if_wm 13 14SRCS+= if_wm.c 15 16CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern 17 18.include "${RUMPTOP}/Makefile.rump" 19.include <bsd.lib.mk> 20.include <bsd.klinks.mk> 21