summaryrefslogtreecommitdiff
path: root/apps/examples/nxlines/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/nxlines/Makefile')
-rw-r--r--apps/examples/nxlines/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/nxlines/Makefile b/apps/examples/nxlines/Makefile
index d6ddcf0b1..e69ce6c0d 100644
--- a/apps/examples/nxlines/Makefile
+++ b/apps/examples/nxlines/Makefile
@@ -82,7 +82,7 @@ $(COBJS): %$(OBJEXT): %.c
@touch .built
.context:
-ifeq ($(CONFIG_EXAMPLES_NXLINES_BUILTIN),y)
+ifeq ($(CONFIG_NSH_BUILTIN_APPS),y)
$(call REGISTER,$(APPNAME),$(PRIORITY),$(STACKSIZE),$(APPNAME)_main)
@touch $@
endif