xref: /netbsd/sys/dev/pci/Makefile (revision 6550d01e)
1#	$NetBSD: Makefile,v 1.13 2009/09/16 20:58:07 sborrill Exp $
2
3# use 'make -f Makefile.pcidevs' to make pcidevs.h and pcidevs_data.h
4
5SUBDIR=	hdaudio
6
7INCSDIR= /usr/include/dev/pci
8
9# Only install includes which are used by userland
10INCS=	amrreg.h amrio.h if_lmc.h mlyio.h mlyreg.h \
11	pcidevs.h pcidevs_data.h pciio.h pcireg.h \
12	tgareg.h twereg.h tweio.h
13
14.include <bsd.kinc.mk>
15