summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/stm32vldiscovery
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-21 15:35:53 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-21 15:35:53 -0600
commit41252c5d524adef5dda10c55393b686dc0bfd3f0 (patch)
tree4f17e86ebea44204a960ae04266e8661d3c5dc4f /nuttx/configs/stm32vldiscovery
parent125bf8ecfa2e42a912eb2df2972fd48c1c500234 (diff)
Comment out all CONFIG_APPS_DIR settings in all defconfig files. We con't know where the apps/ dir will be be until install time
Diffstat (limited to 'nuttx/configs/stm32vldiscovery')
-rw-r--r--nuttx/configs/stm32vldiscovery/nsh/defconfig2
-rw-r--r--nuttx/configs/stm32vldiscovery/ostest/defconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/stm32vldiscovery/nsh/defconfig b/nuttx/configs/stm32vldiscovery/nsh/defconfig
index 3901774151..198eb9d2c9 100644
--- a/nuttx/configs/stm32vldiscovery/nsh/defconfig
+++ b/nuttx/configs/stm32vldiscovery/nsh/defconfig
@@ -12,7 +12,7 @@ CONFIG_NUTTX_NEWCONFIG=y
#
# Build Configuration
#
-CONFIG_APPS_DIR="../apps"
+# CONFIG_APPS_DIR="../apps"
# CONFIG_BUILD_2PASS is not set
#
diff --git a/nuttx/configs/stm32vldiscovery/ostest/defconfig b/nuttx/configs/stm32vldiscovery/ostest/defconfig
index 349317f1d6..ff06c35ce9 100644
--- a/nuttx/configs/stm32vldiscovery/ostest/defconfig
+++ b/nuttx/configs/stm32vldiscovery/ostest/defconfig
@@ -12,7 +12,7 @@ CONFIG_NUTTX_NEWCONFIG=y
#
# Build Configuration
#
-CONFIG_APPS_DIR="../apps"
+# CONFIG_APPS_DIR="../apps"
# CONFIG_BUILD_2PASS is not set
#