aboutsummaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2013-01-14 16:20:20 +1100
committerAndrew Tridgell <tridge@samba.org>2013-01-21 07:43:47 +1100
commit96fa586589da450c9cc9669ed94fdcb0ee5add2d (patch)
treed08c4c1e9f4dfe7b4c00bc57dbcb1c523c7305b4 /nuttx
parent48e497e4069a2f8773d90f2d1887967a81e487d8 (diff)
downloadpx4-firmware-96fa586589da450c9cc9669ed94fdcb0ee5add2d.tar.gz
px4-firmware-96fa586589da450c9cc9669ed94fdcb0ee5add2d.tar.bz2
px4-firmware-96fa586589da450c9cc9669ed94fdcb0ee5add2d.zip
px4: enable APPS_BINDIR support
useful for APM startup script
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/configs/px4fmu/nsh/defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/configs/px4fmu/nsh/defconfig b/nuttx/configs/px4fmu/nsh/defconfig
index 0b27b552e..b6de5864b 100755
--- a/nuttx/configs/px4fmu/nsh/defconfig
+++ b/nuttx/configs/px4fmu/nsh/defconfig
@@ -1045,3 +1045,6 @@ CONFIG_PTHREAD_STACK_MIN=512
CONFIG_PTHREAD_STACK_DEFAULT=2048
CONFIG_HEAP_BASE=
CONFIG_HEAP_SIZE=
+
+# enable bindir
+CONFIG_APPS_BINDIR=y