xref: /minix/sys/dev/pci/Makefile (revision 0a6a1f1d)
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
5#LSC: MINIX Not Yet imported
6#SUBDIR=       hdaudio
7
8INCSDIR= /usr/include/dev/pci
9
10# Only install includes which are used by userland
11INCS=	amrreg.h amrio.h if_lmc.h mlyio.h mlyreg.h \
12	pcidevs.h pcidevs_data.h pciio.h pcireg.h \
13	tgareg.h twereg.h tweio.h
14
15.include <bsd.kinc.mk>
16