mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-06 21:57:22 -04:00
19 lines
380 B
Makefile
19 lines
380 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/06/03 14:06:19 pooka Exp $
|
|
#
|
|
|
|
RUMPTOP=${TOPRUMP}
|
|
|
|
.PATH: ${RUMPTOP}/../dev/pci
|
|
|
|
LIB= rumpdev_pci_auich
|
|
IOCONF= PCI_AUICH.ioconf
|
|
SRCS= auich_at_pci.c
|
|
SRCS+= auich.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>
|