From 96fa586589da450c9cc9669ed94fdcb0ee5add2d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 14 Jan 2013 16:20:20 +1100 Subject: px4: enable APPS_BINDIR support useful for APM startup script --- nuttx/configs/px4fmu/nsh/defconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nuttx') 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 -- cgit v1.2.3