summaryrefslogtreecommitdiff
path: root/nuttx/net/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/Makefile')
-rw-r--r--nuttx/net/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/net/Makefile b/nuttx/net/Makefile
index 082b0a0d7..a56e5942e 100644
--- a/nuttx/net/Makefile
+++ b/nuttx/net/Makefile
@@ -1,5 +1,5 @@
############################################################################
-# Makefile
+# net/Makefile
#
# Copyright (C) 2007 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
@@ -56,7 +56,8 @@ endif
NETDEV_ASRCS =
NETDEV_CSRCS = netdev-register.c netdev-ioctl.c netdev-txnotify.c \
- netdev-findbyname.c netdev-findbyaddr.c netdev-count.c
+ netdev-findbyname.c netdev-findbyaddr.c netdev-count.c \
+ netdev-foreach.c
include uip/Make.defs
endif