1#	$NetBSD: Makefile.inc,v 1.1 2015/03/28 14:09:59 jmcneill 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