summaryrefslogtreecommitdiff
path: root/nuttx/examples/poll/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/examples/poll/Makefile')
-rw-r--r--nuttx/examples/poll/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/examples/poll/Makefile b/nuttx/examples/poll/Makefile
index 568d5f29a..b52719912 100644
--- a/nuttx/examples/poll/Makefile
+++ b/nuttx/examples/poll/Makefile
@@ -38,7 +38,7 @@
ASRCS =
AOBJS = $(ASRCS:.S=$(OBJEXT))
-CSRCS = poll_main.c poll_listener.c select_listener.c net_listener.c
+CSRCS = poll_main.c poll_listener.c select_listener.c net_listener.c net_reader.c
COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)