aboutsummaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-14 17:04:03 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-14 17:04:03 +0000
commit21f348544f4fd3a9d51a8bfce08d2736eeb15d26 (patch)
treebe86ad4cffc9b749f8373f8f0ba27d7a070aa46f /nuttx/Kconfig
parent7213ccf4de665ee7f1cd215ebee3f85787b6cd5f (diff)
downloadpx4-firmware-21f348544f4fd3a9d51a8bfce08d2736eeb15d26.tar.gz
px4-firmware-21f348544f4fd3a9d51a8bfce08d2736eeb15d26.tar.bz2
px4-firmware-21f348544f4fd3a9d51a8bfce08d2736eeb15d26.zip
Kconfig updates from Freddie Chopin
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5353 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Kconfig')
-rw-r--r--nuttx/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/Kconfig b/nuttx/Kconfig
index 239a791fa..129a50367 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -87,7 +87,8 @@ menu "Build Configuration"
config APPS_DIR
string "Application directory"
- default "../apps"
+ default "../apps" if !WINDOWS_NATIVE
+ default "..\apps" if WINDOWS_NATIVE
---help---
Identifies the directory that builds the
application to link with NuttX. Default: ../apps This symbol must be assigned