# $NetBSD: Makefile,v 1.1 2014/11/18 08:43:03 pooka Exp $ # RUMPTOP=${TOPRUMP} .PATH: ${RUMPTOP}/../dev/pci LIB= rumpdev_pci_eap IOCONF= PCI_EAP.ioconf SRCS= eap_at_pci.c SRCS+= eap.c CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/../dev CPPFLAGS+= -I${.CURDIR}/../libaudio .include "${RUMPTOP}/Makefile.rump" .include .include