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_eap 9 COMMENT=Ensoniq AudioPCI driver 10 11 IOCONF= PCI_EAP.ioconf 12 SRCS= eap_at_pci.c 13 SRCS+= eap.c 14 15 CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/../dev 16 CPPFLAGS+= -I${.CURDIR}/../libaudio 17 18 .include "${RUMPTOP}/Makefile.rump" 19 .include <bsd.lib.mk> 20 .include <bsd.klinks.mk> 21