Remove CONFIG_DISABLE_CLOCK

This commit is contained in:
Gregory Nutt
2014-08-07 12:35:24 -06:00
parent a2de3c92d8
commit caba61999a
268 changed files with 63 additions and 377 deletions
+1 -5
View File
@@ -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
+1 -1
View File
@@ -39,7 +39,7 @@
#include <nuttx/config.h>
#if defined(CONFIG_NET) && defined(CONFIG_NET_ICMP) && \
defined(CONFIG_NET_ICMP_PING) && !defined(CONFIG_DISABLE_CLOCK)
defined(CONFIG_NET_ICMP_PING)
#include <sys/types.h>
#include <stdint.h>