Home | History | Annotate | Line # | Download | only in libpci_eap
Makefile revision 1.3
      1 #	$NetBSD: Makefile,v 1.3 2015/11/11 21:52:46 pooka Exp $
      2 #
      3 
      4 RUMPTOP=${TOPRUMP}
      5 
      6 .PATH:	${RUMPTOP}/../dev/pci
      7 
      8 LIB=	rumpdev_pci_eap
      9 COMMENT=Ensoniq AudioPCI driver
     10 
     11 IOCONF=	PCI_EAP.ioconf
     12 COMPONENT_SIMPLE= pci_eap
     13 
     14 SRCS+=	eap.c
     15 
     16 CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/../dev
     17 CPPFLAGS+= -I${.CURDIR}/../libaudio
     18    
     19 .include "${RUMPTOP}/Makefile.rump"
     20 .include <bsd.lib.mk>
     21 .include <bsd.klinks.mk>
     22