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/2487f1f43746
branches:  trunk
changeset: 961858:2487f1f43746
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 6d260b4a8b66 -r 2487f1f43746 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+= 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