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/c3e1572e1994
branches:  trunk
changeset: 1020717:c3e1572e1994
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 d204b86f06ae -r c3e1572e1994 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