aboutsummaryrefslogtreecommitdiff
path: root/makefiles/nuttx.mk
diff options
context:
space:
mode:
authorPavel Kirienko <pavel.kirienko@gmail.com>2014-05-06 19:42:40 +0400
committerPavel Kirienko <pavel.kirienko@gmail.com>2014-05-06 19:42:40 +0400
commit7d7a375dd1a69bd286f127de51b11e5ecd390640 (patch)
treecf40608a301f625f8a06d4dd7217eb150510a420 /makefiles/nuttx.mk
parent7813566e6680f4940989fb91760ddb0782b05858 (diff)
downloadpx4-firmware-7d7a375dd1a69bd286f127de51b11e5ecd390640.tar.gz
px4-firmware-7d7a375dd1a69bd286f127de51b11e5ecd390640.tar.bz2
px4-firmware-7d7a375dd1a69bd286f127de51b11e5ecd390640.zip
Fixed hardcoded include path
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