aboutsummaryrefslogtreecommitdiff
path: root/makefiles/nuttx.mk
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-07-22 06:48:49 +0200
committerLorenz Meier <lm@inf.ethz.ch>2014-07-22 06:48:49 +0200
commit086fc7f758f48ecfa7e1ddd00957cf5c191eb445 (patch)
treec4fbd7d6568db7b8b82386c7a6d61cb169f8252f /makefiles/nuttx.mk
parent5bb3e92d362c04ac57537a0ddaa515781076161e (diff)
parent940becd0c1e39168e4836db5927e989f2d780ad3 (diff)
downloadpx4-firmware-086fc7f758f48ecfa7e1ddd00957cf5c191eb445.tar.gz
px4-firmware-086fc7f758f48ecfa7e1ddd00957cf5c191eb445.tar.bz2
px4-firmware-086fc7f758f48ecfa7e1ddd00957cf5c191eb445.zip
Merge pull request #1128 from PX4/uavcan
Basic UAVCAN support
Diffstat (limited to 'makefiles/nuttx.mk')
-rw-r--r--makefiles/nuttx.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefiles/nuttx.mk b/makefiles/nuttx.mk
index d283096b2..bf0744140 100644
--- a/makefiles/nuttx.mk
+++ b/makefiles/nuttx.mk
@@ -64,6 +64,7 @@ LDSCRIPT += $(NUTTX_EXPORT_DIR)build/ld.script
# Add directories from the NuttX export to the relevant search paths
#
INCLUDE_DIRS += $(NUTTX_EXPORT_DIR)include \
+ $(NUTTX_EXPORT_DIR)include/cxx \
$(NUTTX_EXPORT_DIR)arch/chip \
$(NUTTX_EXPORT_DIR)arch/common