mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-16 09:31:50 -04:00
19 lines
372 B
Makefile
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>
|