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