Home | History | Annotate | Line # | Download | only in libpci_auich
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2015/06/03 14:06:19 pooka Exp $
      2 #
      3 
      4 RUMPTOP=${TOPRUMP}
      5 
      6 .PATH:	${RUMPTOP}/../dev/pci
      7 
      8 LIB=	rumpdev_pci_auich
      9 IOCONF=	PCI_AUICH.ioconf
     10 SRCS=	auich_at_pci.c
     11 SRCS+=	auich.c
     12 
     13 CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/../dev
     14 CPPFLAGS+= -I${.CURDIR}/../libaudio
     15    
     16 .include "${RUMPTOP}/Makefile.rump"
     17 .include <bsd.lib.mk>
     18 .include <bsd.klinks.mk>
     19