aboutsummaryrefslogtreecommitdiff
path: root/nuttx/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-10 23:49:13 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-10 23:49:13 +0000
commit46e11c55c1618fa7bda5ef67299084c723937075 (patch)
tree4f0e385ebcff6b7691547de0d9b05867d5214b92 /nuttx/Makefile
parent77dda92fc950fac95a77ac88ef747bdb83a390af (diff)
downloadpx4-firmware-46e11c55c1618fa7bda5ef67299084c723937075.tar.gz
px4-firmware-46e11c55c1618fa7bda5ef67299084c723937075.tar.bz2
px4-firmware-46e11c55c1618fa7bda5ef67299084c723937075.zip
Add a little more configuration logic
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4587 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/Makefile')
-rw-r--r--nuttx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/Makefile b/nuttx/Makefile
index 4b832898e..c6ace3c76 100644
--- a/nuttx/Makefile
+++ b/nuttx/Makefile
@@ -606,5 +606,5 @@ endif
ARCH ?=sim
menuconfig:
- SRCARCH=${ARCH} mconf Kconfig
+ SRCARCH=${ARCH} APPSDIR=${CONFIG_APPS_DIR} mconf Kconfig