summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/vsn
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-04-01 14:30:43 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-04-01 14:30:43 +0000
commit69c6d3405baef2d94705cd29f7b357e77bb96fa6 (patch)
treea9e1ace6553b36b63ca53dbda5853204841cc10d /nuttx/configs/vsn
parent35f03f56e0ef90edfbfee018c33dcd71774ccd32 (diff)
Remove .built_always
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@3449 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/vsn')
-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 42f4a9ec84..5667e87fde 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