Makefile revision 1.1
1#	$NetBSD: Makefile,v 1.1 2014/11/18 08:43:03 pooka Exp $
2#
3
4RUMPTOP=${TOPRUMP}
5
6.PATH:	${RUMPTOP}/../dev/pci
7
8LIB=	rumpdev_pci_eap
9IOCONF=	PCI_EAP.ioconf
10SRCS=	eap_at_pci.c
11SRCS+=	eap.c
12
13CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/../dev
14CPPFLAGS+= -I${.CURDIR}/../libaudio
15   
16.include "${RUMPTOP}/Makefile.rump"
17.include <bsd.lib.mk>
18.include <bsd.klinks.mk>
19