Home | History | Annotate | Line # | Download | only in libpci
Makefile revision 1.6
      1  1.6  pgoyette #	$NetBSD: Makefile,v 1.6 2021/06/29 21:03:36 pgoyette Exp $
      2  1.2     lukem 
      3  1.2     lukem .include <bsd.own.mk>
      4  1.1   thorpej 
      5  1.1   thorpej LIB=	pci
      6  1.1   thorpej 
      7  1.5  christos SRCS=	pci_bus.c pci_device.c pci_drvname.c pci_subr.c dev_verbose.c
      8  1.5  christos SYSDIR= ${NETBSDSRCDIR}/sys/
      9  1.1   thorpej 
     10  1.5  christos .PATH.c: ${SYSDIR}/dev/pci ${SYSDIR}/dev
     11  1.5  christos CPPFLAGS+= -I${SYSDIR}
     12  1.1   thorpej 
     13  1.6  pgoyette COPTS.dev_verbose.c+= -Wno-error=format-nonliteral
     14  1.6  pgoyette 
     15  1.1   thorpej MAN=	pci.3
     16  1.1   thorpej 
     17  1.1   thorpej MLINKS=	pci.3 pcibus_conf_read.3 \
     18  1.1   thorpej 	pci.3 pcibus_conf_write.3 \
     19  1.1   thorpej 	pci.3 pcidev_conf_read.3 \
     20  1.1   thorpej 	pci.3 pcidev_conf_write.3 \
     21  1.1   thorpej 	pci.3 pci_findvendor.3 \
     22  1.1   thorpej 	pci.3 pci_devinfo.3 \
     23  1.1   thorpej 	pci.3 pci_conf_print.3
     24  1.1   thorpej 
     25  1.1   thorpej INCSDIR= /usr/include
     26  1.1   thorpej INCS=	pci.h
     27  1.1   thorpej 
     28  1.1   thorpej .include <bsd.lib.mk>
     29