summaryrefslogtreecommitdiff
path: root/apps/examples/Make.defs
diff options
context:
space:
mode:
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