summaryrefslogtreecommitdiff
path: root/nuttx/net/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/Makefile')
-rw-r--r--nuttx/net/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/nuttx/net/Makefile b/nuttx/net/Makefile
index 0aced6343..07d3fb445 100644
--- a/nuttx/net/Makefile
+++ b/nuttx/net/Makefile
@@ -39,10 +39,10 @@ ifeq ($(CONFIG_NET),y)
# Basic networking support
-SOCK_ASRCS =
-SOCK_CSRCS = bind.c connect.c getsockname.c recv.c recvfrom.c socket.c \
- sendto.c net_sockets.c net_close.c net_dup.c net_dup2.c net_clone.c \
- net_vfcntl.c
+SOCK_ASRCS =
+SOCK_CSRCS = bind.c connect.c getsockname.c recv.c recvfrom.c socket.c
+SOCK_CSRCS += sendto.c net_sockets.c net_close.c net_dup.c net_dup2.c
+SOCK_CSRCS += net_clone.c net_vfcntl.c
# TCP/IP support
@@ -65,7 +65,8 @@ endif
# Routing table support
ifeq ($(CONFIG_NET_ROUTE),y)
-SOCK_CSRCS += net_addroute.c net_delroute.c net_findroute.c net_foreachroute.c
+SOCK_CSRCS += net_addroute.c net_allocroute.c net_delroute.c
+SOCK_CSRCS += net_foreachroute.c net_router.c
endif
# Support for network access using streams