summaryrefslogtreecommitdiff
path: root/nuttx/net/tcp/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/tcp/Make.defs')
-rw-r--r--nuttx/net/tcp/Make.defs3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/net/tcp/Make.defs b/nuttx/net/tcp/Make.defs
index fa1b24e46..b70b90ec9 100644
--- a/nuttx/net/tcp/Make.defs
+++ b/nuttx/net/tcp/Make.defs
@@ -51,6 +51,9 @@ endif
ifeq ($(CONFIG_NET_TCP_WRITE_BUFFERS),y)
NET_CSRCS += tcp_wrbuffer.c
+ifeq ($(CONFIG_DEBUG),y)
+NET_CSRCS += tcp_wrbuffer_dump.c
+endif
endif
# Include TCP build support