summaryrefslogtreecommitdiff
path: root/nuttx/net/uip/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/uip/Make.defs')
-rw-r--r--nuttx/net/uip/Make.defs6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/net/uip/Make.defs b/nuttx/net/uip/Make.defs
index 71fcdf67c..0a1031684 100644
--- a/nuttx/net/uip/Make.defs
+++ b/nuttx/net/uip/Make.defs
@@ -72,6 +72,12 @@ ifeq ($(CONFIG_NET_ICMP),y)
UIP_CSRCS += uip-icmpinput.c
+ifeq ($(CONFIG_NET_ICMP_PING),y)
+ifneq ($(CONFIG_DISABLE_CLOCK),y)
+UIP_CSRCS += uip-icmpping.c uip-icmppoll.c uip-icmpsend.c
+endif
+endif
+
endif
endif