Files
netbsd/sys/dev/pci/Makefile
2015-10-15 10:25:28 +02:00

13 lines
362 B
Makefile

# $NetBSD: Makefile,v 1.14 2015/03/28 14:41:28 msaitoh Exp $
# use 'make -f Makefile.pcidevs' to make pcidevs.h and pcidevs_data.h
INCSDIR= /usr/include/dev/pci
# Only install includes which are used by userland
INCS= amrreg.h amrio.h if_lmc.h mlyio.h mlyreg.h \
pcidevs.h pcidevs_data.h pciio.h pcireg.h \
tgareg.h twereg.h tweio.h
.include <bsd.kinc.mk>