xref: /netbsd-src/sys/dev/pci/Makefile (revision 89a07cf815a29524268025a1139fac4c5190f765)
1#	$NetBSD: Makefile,v 1.14 2015/03/28 14:41:28 msaitoh Exp $
2
3# use 'make -f Makefile.pcidevs' to make pcidevs.h and pcidevs_data.h
4
5INCSDIR= /usr/include/dev/pci
6
7# Only install includes which are used by userland
8INCS=	amrreg.h amrio.h if_lmc.h mlyio.h mlyreg.h \
9	pcidevs.h pcidevs_data.h pciio.h pcireg.h \
10	tgareg.h twereg.h tweio.h
11
12.include <bsd.kinc.mk>
13