summaryrefslogtreecommitdiff
path: root/sys/dev/pci/Makefile
blob: ab1caeb6ca013a19129be864c384cbe6303cedc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$NetBSD: Makefile,v 1.3 1998/06/16 18:36:04 cgd Exp $

# use 'make -f Makefile.pcidevs' to make pcidevs.h and pcidevs_data.h

INCSDIR= /usr/include/dev/pci

INCS=	if_devar.h if_fxpreg.h if_fxpvar.h if_levar.h if_tlregs.h ncrreg.h \
	pcidevs.h pcidevs_data.h pciidereg.h pciidevar.h pcireg.h pcivar.h \
	ppbreg.h tgareg.h tgavar.h vga_pcivar.h

.include <bsd.kinc.mk>