summaryrefslogtreecommitdiff
path: root/nuttx/net/icmp/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/icmp/Make.defs')
-rw-r--r--nuttx/net/icmp/Make.defs6
1 files changed, 1 insertions, 5 deletions
diff --git a/nuttx/net/icmp/Make.defs b/nuttx/net/icmp/Make.defs
index 805585e47..4bbe3f391 100644
--- a/nuttx/net/icmp/Make.defs
+++ b/nuttx/net/icmp/Make.defs
@@ -40,15 +40,11 @@ ifeq ($(CONFIG_NET_ICMP),y)
NET_CSRCS += icmp_input.c
ifeq ($(CONFIG_NET_ICMP_PING),y)
-ifneq ($(CONFIG_DISABLE_CLOCK),y)
-
NET_CSRCS += icmp_ping.c icmp_poll.c icmp_send.c
-
-endif
-endif
endif
# Include ICMP build support
DEPPATH += --dep-path icmp
VPATH += :icmp
+endif