11.16Sthorpej# $NetBSD: Makefile,v 1.16 2021/09/15 17:33:08 thorpej Exp $ 21.3Scgd 31.3Scgd# use 'make -f Makefile.pcidevs' to make pcidevs.h and pcidevs_data.h 41.1Scgd 51.2ScgdINCSDIR= /usr/include/dev/pci 61.1Scgd 71.7Sjdolecek# Only install includes which are used by userland 81.15SmaxvINCS= amrreg.h amrio.h mlyio.h mlyreg.h \ 91.9Sthorpej pcidevs.h pcidevs_data.h pciio.h pcireg.h \ 101.10Sthorpej tgareg.h twereg.h tweio.h 111.2Scgd 121.16Sthorpejpci_calls.h: ${.CURDIR}/pci_calls 131.16Sthorpej echo "${TOOL_AWK} -f ${.CURDIR}/../../kern/gendevcalls.awk \ 141.16Sthorpej ${.CURDIR}/pci_calls > ${.CURDIR}/pci_calls.h" 151.16Sthorpej ${TOOL_AWK} -f ${.CURDIR}/../../kern/gendevcalls.awk \ 161.16Sthorpej ${.CURDIR}/pci_calls > ${.CURDIR}/pci_calls.h 171.16Sthorpej 181.2Scgd.include <bsd.kinc.mk> 19