Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libpci Adapt libpci build to include new pci_verbose.c
details: https://anonhg.NetBSD.org/src/rev/bcb303f5cf3e
branches: trunk
changeset: 755161:bcb303f5cf3e
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Mon May 24 20:31:17 2010 +0000
description:
Adapt libpci build to include new pci_verbose.c
diffstat:
lib/libpci/Makefile | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (18 lines):
diff -r 59b53e236dee -r bcb303f5cf3e lib/libpci/Makefile
--- a/lib/libpci/Makefile Mon May 24 20:29:49 2010 +0000
+++ b/lib/libpci/Makefile Mon May 24 20:31:17 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index