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, 2 insertions, 1 deletions
diff --git a/nuttx/net/Makefile b/nuttx/net/Makefile
index cf6f35081..e429d6236 100644
--- a/nuttx/net/Makefile
+++ b/nuttx/net/Makefile
@@ -51,7 +51,8 @@ endif
endif
NETDEV_ASRCS =
-NETDEV_CSRCS = netdev-register.c netdev-ioctl.c netdev-find.c netdev-count.c
+NETDEV_CSRCS = netdev-register.c netdev-ioctl.c netdev-txnotify.c \
+ netdev-findbyname.c netdev-findbyaddr.c netdev-count.c
include uip/Make.defs
endif