summaryrefslogtreecommitdiff
path: root/nuttx/net/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/Makefile')
-rw-r--r--nuttx/net/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/nuttx/net/Makefile b/nuttx/net/Makefile
index bf88c3ea4..9e403b92b 100644
--- a/nuttx/net/Makefile
+++ b/nuttx/net/Makefile
@@ -65,9 +65,6 @@ 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
-ifneq ($(CONFIG_NET_SLIP),y)
-SOCK_CSRCS += net_arptimer.c
-endif
endif
endif