2015-10-15 10:25:28 +02:00

19 lines
372 B
Makefile

# $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 <bsd.lib.mk>
.include <bsd.klinks.mk>