aboutsummaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-22 16:51:01 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-22 16:51:01 +0000
commitf2a0267b0724206a9aa20b4c0caba36b3eecc3fe (patch)
treeb539ab99f3970b4040366175c9e765cbc5638c8f /nuttx/Kconfig
parente975043dd3f56765a2a0292784666b2246ea6211 (diff)
downloadpx4-firmware-f2a0267b0724206a9aa20b4c0caba36b3eecc3fe.tar.gz
px4-firmware-f2a0267b0724206a9aa20b4c0caba36b3eecc3fe.tar.bz2
px4-firmware-f2a0267b0724206a9aa20b4c0caba36b3eecc3fe.zip
Fix errors and omissions in last checkin
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5451 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Kconfig')
-rw-r--r--nuttx/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/Kconfig b/nuttx/Kconfig
index 2c8c9b26e..10d624efb 100644
--- a/nuttx/Kconfig
+++ b/nuttx/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