c0cab82568
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
13 lines
199 B
Makefile
13 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>
|