Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/dev/lib/libpci Allow PCI implementers to specify ar...



details:   https://anonhg.NetBSD.org/src/rev/6190c3e02dc5
branches:  trunk
changeset: 341355:6190c3e02dc5
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sun Nov 01 22:41:24 2015 +0000

description:
Allow PCI implementers to specify arbitrary makefile constructs.
(interface subject to change)

from Robert Millan

diffstat:

 sys/rump/dev/lib/libpci/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r bd47318325b5 -r 6190c3e02dc5 sys/rump/dev/lib/libpci/Makefile
--- a/sys/rump/dev/lib/libpci/Makefile  Sun Nov 01 21:31:40 2015 +0000
+++ b/sys/rump/dev/lib/libpci/Makefile  Sun Nov 01 22:41:24 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 2015/10/19 16:16:33 pooka Exp $
+#      $NetBSD: Makefile,v 1.9 2015/11/01 22:41:24 pooka Exp $
 #
 
 RUMPTOP= ${TOPRUMP}
@@ -43,6 +43,11 @@
 # XXX: messy
 .undef RUMPKERN_ONLY
 
+.ifdef RUMPCOMP_MAKEFILEINC.rumpdev_pci
+.warning RUMPCOMP_MAKEFILEINC interface is unstable and may change
+.include "${RUMPCOMP_MAKEFILEINC.rumpdev_pci}"
+.endif
+
 .include "${RUMPTOP}/Makefile.rump"
 .include <bsd.lib.mk>
 .include <bsd.klinks.mk>



Home | Main Index | Thread Index | Old Index