From 14b3f41aa6613f94616d7d6bcba5454c7f8caf8a Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 3 Oct 2012 23:36:54 +0000 Subject: Delete the apps/vsn directory (moved commands to apps/system) git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5208 42af7a65-404d-4744-a932-0658087f49c3 --- apps/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/Makefile') 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 -- cgit v1.2.3