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 40eb2af50..fb6b327dc 100644
--- a/nuttx/net/Makefile
+++ b/nuttx/net/Makefile
@@ -58,7 +58,7 @@ endif
NETDEV_ASRCS =
NETDEV_CSRCS = netdev_register.c netdev_ioctl.c net_poll.c netdev_txnotify.c \
netdev_findbyname.c netdev_findbyaddr.c netdev_count.c \
- netdev_foreach.c
+ netdev_foreach.c netdev_unregister.c
include uip/Make.defs
endif