Move VSN apps to apps/vsn

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3397 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2011-03-19 15:02:01 +00:00
parent 74cab07cfb
commit 1c227b8c16

View File

@ -54,19 +54,19 @@ CONFIGURED_APPS += nshlib=.built_always
# Individual selection of built-in applications:
# Hello world provide a simple skeleton/demo application
CONFIGURED_APPS += hello=.built_always
CONFIGURED_APPS += vsn/hello=.built_always
# Provide poweroff command to switch off the board
CONFIGURED_APPS += poweroff=.built_always
CONFIGURED_APPS += vsn/poweroff=.built_always
# Provide SDcard tool
CONFIGURED_APPS += sdcard=.built_always
CONFIGURED_APPS += vsn/sdcard=.built_always
# Provide RAMTRON tool
CONFIGURED_APPS += ramtron=.built_always
CONFIGURED_APPS += vsn/ramtron=.built_always
# Provide UNIX style free
CONFIGURED_APPS += free=.built_always
CONFIGURED_APPS += vsn/free=.built_always
# Provide JAVA Virtual Machine (the Darjeeling JVM)
#CONFIGURED_APPS += jvm=.built_always
#CONFIGURED_APPS += vsn/jvm=.built_always