summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-03 23:36:54 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-03 23:36:54 +0000
commita82d39f9a9a5e47ea25532c55a09fd481649a5b7 (patch)
treef0f5a2269133af96922976d7d733857228a0d91d /apps/Makefile
parent948e492aab34e89e3e372066be17eb6a0fbd7ea2 (diff)
downloadnuttx-a82d39f9a9a5e47ea25532c55a09fd481649a5b7.tar.gz
nuttx-a82d39f9a9a5e47ea25532c55a09fd481649a5b7.tar.bz2
nuttx-a82d39f9a9a5e47ea25532c55a09fd481649a5b7.zip
Delete the apps/vsn directory (moved commands to apps/system)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5208 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 3a59fd6b4..d2b0ecdab 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -49,7 +49,7 @@ APPDIR = ${shell pwd}
# list can be extended by the .config file as well
CONFIGURED_APPS =
-SUBDIRS = examples graphics interpreters modbus namedapp nshlib netutils system vsn
+SUBDIRS = examples graphics interpreters modbus namedapp nshlib netutils system
# There are two different mechanisms for obtaining the list of configured
# directories:
@@ -78,7 +78,6 @@ include namedapp/Make.defs
include netutils/Make.defs
include nshlib/Make.defs
include system/Make.defs
-include vsn/Make.defs
# INSTALLED_APPS is the list of currently available application directories. It
# is the same as CONFIGURED_APPS, but filtered to exclude any non-existent