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 3f5103872..9caa4f8ff 100644
--- a/nuttx/net/Makefile
+++ b/nuttx/net/Makefile
@@ -39,7 +39,7 @@ MKDEP = $(TOPDIR)/tools/mkdeps.sh
ifeq ($(CONFIG_NET),y)
STD_ASRCS =
-STD_CSRCS = socket.c bind.c net_sockets.c
+STD_CSRCS = socket.c bind.c connect.c net_sockets.c
include uip/Make.defs
endif