Adapt libpci build to include new pci_verbose.c
This commit is contained in:
parent
b18bc9eab4
commit
1365824bee
@ -1,12 +1,10 @@
|
||||
# $NetBSD: Makefile,v 1.2 2002/08/19 09:41:33 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2010/05/24 20:31:17 pgoyette Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
LIB= pci
|
||||
|
||||
SRCS= pci_bus.c pci_device.c pci_subr.c
|
||||
|
||||
CPPFLAGS+=-DPCIVERBOSE
|
||||
SRCS= pci_bus.c pci_device.c pci_subr.c pci_verbose.c
|
||||
|
||||
.PATH.c: ${NETBSDSRCDIR}/sys/dev/pci
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user