Home | History | Annotate | Line # | Download | only in pci
      1  1.16   thorpej #	$NetBSD: Makefile,v 1.16 2021/09/15 17:33:08 thorpej Exp $
      2   1.3       cgd 
      3   1.3       cgd # use 'make -f Makefile.pcidevs' to make pcidevs.h and pcidevs_data.h
      4   1.1       cgd 
      5   1.2       cgd INCSDIR= /usr/include/dev/pci
      6   1.1       cgd 
      7   1.7  jdolecek # Only install includes which are used by userland
      8  1.15      maxv INCS=	amrreg.h amrio.h mlyio.h mlyreg.h \
      9   1.9   thorpej 	pcidevs.h pcidevs_data.h pciio.h pcireg.h \
     10  1.10   thorpej 	tgareg.h twereg.h tweio.h
     11   1.2       cgd 
     12  1.16   thorpej pci_calls.h: ${.CURDIR}/pci_calls
     13  1.16   thorpej 	echo "${TOOL_AWK} -f ${.CURDIR}/../../kern/gendevcalls.awk \
     14  1.16   thorpej 	    ${.CURDIR}/pci_calls > ${.CURDIR}/pci_calls.h"
     15  1.16   thorpej 	${TOOL_AWK} -f ${.CURDIR}/../../kern/gendevcalls.awk \
     16  1.16   thorpej 	    ${.CURDIR}/pci_calls > ${.CURDIR}/pci_calls.h
     17  1.16   thorpej 
     18   1.2       cgd .include <bsd.kinc.mk>
     19