Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/net/lib/libpppoe enabled PPPOE_DEBUG for librumpnet...
details: https://anonhg.NetBSD.org/src/rev/d31cfdf6ae71
branches: trunk
changeset: 378686:d31cfdf6ae71
user: yamaguchi <yamaguchi%NetBSD.org@localhost>
date: Fri Apr 23 03:44:05 2021 +0000
description:
enabled PPPOE_DEBUG for librumpnet_pppoe* when RUMP_DEBUG is defined
diffstat:
sys/rump/net/lib/libpppoe/Makefile | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diffs (13 lines):
diff -r a65f84270675 -r d31cfdf6ae71 sys/rump/net/lib/libpppoe/Makefile
--- a/sys/rump/net/lib/libpppoe/Makefile Fri Apr 23 03:41:55 2021 +0000
+++ b/sys/rump/net/lib/libpppoe/Makefile Fri Apr 23 03:44:05 2021 +0000
@@ -9,5 +9,9 @@ SRCS= if_pppoe.c if_spppsubr.c
SRCS+= pppoe_component.c
+.ifdef RUMP_DEBUG
+CPPFLAGS.if_pppoe.c+= -DPPPOE_DEBUG
+.endif
+
.include <bsd.lib.mk>
.include <bsd.klinks.mk>
Home |
Main Index |
Thread Index |
Old Index