Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/net Move rumpnet_bpfjit under MKSLJIT as well.
details: https://anonhg.NetBSD.org/src/rev/4ca302cd7891
branches: trunk
changeset: 791402:4ca302cd7891
user: rmind <rmind%NetBSD.org@localhost>
date: Sat Nov 16 14:00:57 2013 +0000
description:
Move rumpnet_bpfjit under MKSLJIT as well.
diffstat:
sys/rump/net/Makefile.rumpnetcomp | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 29d9cac813ef -r 4ca302cd7891 sys/rump/net/Makefile.rumpnetcomp
--- a/sys/rump/net/Makefile.rumpnetcomp Sat Nov 16 13:01:38 2013 +0000
+++ b/sys/rump/net/Makefile.rumpnetcomp Sat Nov 16 14:00:57 2013 +0000
@@ -1,11 +1,15 @@
-# $NetBSD: Makefile.rumpnetcomp,v 1.9 2013/11/16 01:39:18 rmind Exp $
+# $NetBSD: Makefile.rumpnetcomp,v 1.10 2013/11/16 14:00:57 rmind Exp $
#
.include <bsd.own.mk>
-RUMPNETCOMP= agr bpfjit bridge net net80211 netbt netinet netinet6
+RUMPNETCOMP= agr bridge net net80211 netbt netinet netinet6
RUMPNETCOMP+= netmpls npf local shmif
+.if ${MKSLJIT} != "no"
+RUMPNETCOMP+= bpfjit
+.endif
+
.if ${RUMP_VIRTIF:Uyes} == "yes"
RUMPNETCOMP+= virtif
.endif
Home |
Main Index |
Thread Index |
Old Index