mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
Currently this dumps the status of any error bits in the PCI status register and PCI-express device status register. It also lists any errors indicated by version 1 of PCI-express Advanced Error Reporting (AER). MFC after: 1 week
12 lines
199 B
Makefile
12 lines
199 B
Makefile
# $ANA: Makefile,v 1.1.1.1 1996/09/25 21:12:57 wollman Exp $
|
|
# $FreeBSD$
|
|
|
|
PROG= pciconf
|
|
SRCS= pciconf.c cap.c err.c
|
|
MAN= pciconf.8
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../sys
|
|
|
|
WARNS?= 3
|
|
|
|
.include <bsd.prog.mk>
|