Makefile.inc revision 1.2
1#	$NetBSD: Makefile.inc,v 1.2 2015/06/02 00:38:38 pooka Exp $
2
3# This file is used by modules and rump kernels
4
5IOCONFDIR:=	${.PARSEDIR}
6
7.PATH:	${NETBSDSRCDIR}/sys/dev/pci ${IOCONFDIR}
8
9IOCONF=	hdaudio_pci.ioconf
10SRCS+=	hdaudio_pci.c
11