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