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