summaryrefslogtreecommitdiff
path: root/nuttx/examples/poll
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/examples/poll')
-rw-r--r--nuttx/examples/poll/Makefile2
-rw-r--r--nuttx/examples/poll/poll_main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/examples/poll/Makefile b/nuttx/examples/poll/Makefile
index b52719912..e91f5018c 100644
--- a/nuttx/examples/poll/Makefile
+++ b/nuttx/examples/poll/Makefile
@@ -70,6 +70,6 @@ clean:
$(call CLEAN)
distclean: clean
- @rm -f Make.dep .depend
+ @rm -f Make.dep .depend host
-include Make.dep
diff --git a/nuttx/examples/poll/poll_main.c b/nuttx/examples/poll/poll_main.c
index 713c77e3a..dbf5eec65 100644
--- a/nuttx/examples/poll/poll_main.c
+++ b/nuttx/examples/poll/poll_main.c
@@ -156,7 +156,7 @@ int user_start(int argc, char *argv[])
}
#ifdef HAVE_NETPOLL
-#if 0 /* select doesn't work for connections yet */
+#ifdef CONFIG_NET_TCPBACKLOG
message("user_start: Starting net_listener thread\n");
ret = pthread_create(&tid3, NULL, net_listener, NULL);