summaryrefslogtreecommitdiff
path: root/nuttx/net/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/Makefile')
-rw-r--r--nuttx/net/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/net/Makefile b/nuttx/net/Makefile
index f81257483..adaaf1c22 100644
--- a/nuttx/net/Makefile
+++ b/nuttx/net/Makefile
@@ -58,7 +58,7 @@ endif
ifeq ($(CONFIG_NET_SOCKOPTS),y)
SOCK_CSRCS += setsockopt.c getsockopt.c
ifneq ($(CONFIG_DISABLE_CLOCK),y)
-SOCK_CSRCS += net_timeo.c net_dsec2timeval.c net_timeval2dsec.c
+SOCK_CSRCS += net_timeo.c net_timeval2dsec.c
endif
endif