From 57820d7d90215d6c217f028b6e35fc8cb108aaf5 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 22 Dec 2012 16:51:01 +0000 Subject: [PATCH] Fix errors and omissions in last checkin git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5451 42af7a65-404d-4744-a932-0658087f49c3 --- Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kconfig b/Kconfig index 2c8c9b26eac..10d624efb8a 100644 --- a/Kconfig +++ b/Kconfig @@ -7,7 +7,7 @@ mainmenu "Nuttx/$ARCH Configuration" config APPSDIR string - default "../apps" + option env="APPSDIR" # This is a temporary kludge to let the build system know that we are using the new # configuration system