summaryrefslogtreecommitdiff
path: root/apps/examples/Make.defs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-22 07:35:54 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-22 07:35:54 -0600
commit08750a096b1c72e577a102a619b9a0827d2f3b9d (patch)
tree9f3860b60e8d08d412097de00b98e112a162de77 /apps/examples/Make.defs
parent801977de7c84d03616329795e1c59929ab948906 (diff)
downloadnuttx-08750a096b1c72e577a102a619b9a0827d2f3b9d.tar.gz
nuttx-08750a096b1c72e577a102a619b9a0827d2f3b9d.tar.bz2
nuttx-08750a096b1c72e577a102a619b9a0827d2f3b9d.zip
Add TCP echo server from Max Holtzberg
Diffstat (limited to 'apps/examples/Make.defs')
-rw-r--r--apps/examples/Make.defs4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/examples/Make.defs b/apps/examples/Make.defs
index 67b07a21b..28399192b 100644
--- a/apps/examples/Make.defs
+++ b/apps/examples/Make.defs
@@ -226,6 +226,10 @@ ifeq ($(CONFIG_EXAMPLES_SMART),y)
CONFIGURED_APPS += examples/smart
endif
+ifeq ($(CONFIG_EXAMPLES_TCPECHO),y)
+CONFIGURED_APPS += examples/tcpecho
+endif
+
ifeq ($(CONFIG_EXAMPLES_TELNETD),y)
CONFIGURED_APPS += examples/telnetd
endif