summaryrefslogtreecommitdiff
path: root/nuttx/net/iob/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/iob/Make.defs')
-rw-r--r--nuttx/net/iob/Make.defs4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/net/iob/Make.defs b/nuttx/net/iob/Make.defs
index e522d5885..205ef72ea 100644
--- a/nuttx/net/iob/Make.defs
+++ b/nuttx/net/iob/Make.defs
@@ -43,6 +43,10 @@ NET_CSRCS += iob_free_chain.c iob_free_qentry.c iob_free_queue.c
NET_CSRCS += iob_initialize.c iob_pack.c iob_remove_queue.c iob_trimhead.c
NET_CSRCS += iob_trimtail.c
+ifeq ($(CONFIG_DEBUG),y)
+NET_CSRCS += iob_dump.c
+endif
+
# Include iob build support
DEPPATH += --dep-path iob