summaryrefslogtreecommitdiff
path: root/nuttx/configs/vsn/nsh/appconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/vsn/nsh/appconfig')
-rwxr-xr-xnuttx/configs/vsn/nsh/appconfig16
1 files changed, 8 insertions, 8 deletions
diff --git a/nuttx/configs/vsn/nsh/appconfig b/nuttx/configs/vsn/nsh/appconfig
index 42f4a9ec8..5667e87fd 100755
--- a/nuttx/configs/vsn/nsh/appconfig
+++ b/nuttx/configs/vsn/nsh/appconfig
@@ -44,32 +44,32 @@
#
# Path to example in apps/examples containing the user_start entry point
-CONFIGURED_APPS += examples/nsh=.built_always
+CONFIGURED_APPS += examples/nsh
# Invoke the following application after NuttX starts
#CONFIG_BUILTIN_APP_START="hello"
# Application Libraries
-CONFIGURED_APPS += nshlib=.built_always
+CONFIGURED_APPS += nshlib
# Individual selection of built-in applications:
# Hello world provide a simple skeleton/demo application
-CONFIGURED_APPS += vsn/hello=.built_always
+CONFIGURED_APPS += vsn/hello
# Provide poweroff command to switch off the board
-CONFIGURED_APPS += vsn/poweroff=.built_always
+CONFIGURED_APPS += vsn/poweroff
# Provide SDcard tool
-CONFIGURED_APPS += vsn/sdcard=.built_always
+CONFIGURED_APPS += vsn/sdcard
# Provide RAMTRON tool
-CONFIGURED_APPS += vsn/ramtron=.built_always
+CONFIGURED_APPS += vsn/ramtron
# Provide UNIX style free
-CONFIGURED_APPS += vsn/free=.built_always
+CONFIGURED_APPS += vsn/free
# Provide JAVA Virtual Machine (the Darjeeling JVM)
-#CONFIGURED_APPS += vsn/jvm=.built_always
+#CONFIGURED_APPS += vsn/jvm