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.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/Make.defs b/apps/examples/Make.defs
index 147ac3f14..c20545929 100644
--- a/apps/examples/Make.defs
+++ b/apps/examples/Make.defs
@@ -154,7 +154,7 @@ ifeq ($(CONFIG_EXAMPLES_NX),y)
CONFIGURED_APPS += examples/nx
endif
-ifeq ($(CONFIG_EXAMPLES_NXCONSOLE),y)
+ifeq ($(CONFIG_EXAMPLES_NXTERM),y)
CONFIGURED_APPS += examples/nxconsole
endif