aboutsummaryrefslogtreecommitdiff
path: root/makefiles/setup.mk
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-07-07 17:18:54 +0200
committerLorenz Meier <lm@inf.ethz.ch>2014-07-07 17:18:54 +0200
commit4c2cc65ca63141839ac4036cb8704b7ee7f27cb1 (patch)
treebfb7557f5d98ade8d78994d187c475f8f8a64f73 /makefiles/setup.mk
parentd79a80e8bed19ebbff333c244c3c90bae39c9181 (diff)
downloadpx4-firmware-4c2cc65ca63141839ac4036cb8704b7ee7f27cb1.tar.gz
px4-firmware-4c2cc65ca63141839ac4036cb8704b7ee7f27cb1.tar.bz2
px4-firmware-4c2cc65ca63141839ac4036cb8704b7ee7f27cb1.zip
Cleaning up sub modules
Diffstat (limited to 'makefiles/setup.mk')
-rw-r--r--makefiles/setup.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefiles/setup.mk b/makefiles/setup.mk
index 183b143d6..6a092ef6b 100644
--- a/makefiles/setup.mk
+++ b/makefiles/setup.mk
@@ -46,6 +46,7 @@ export PX4_MODULE_SRC = $(abspath $(PX4_BASE)/src)/
export PX4_LIB_DIR = $(abspath $(PX4_BASE)/src/lib)/
export PX4_MK_DIR = $(abspath $(PX4_BASE)/makefiles)/
export NUTTX_SRC = $(abspath $(PX4_BASE)/NuttX/nuttx)/
+export MAVLINK_SRC = $(abspath $(PX4_BASE)/mavlink/include/mavlink/v1.0)/
export NUTTX_APP_SRC = $(abspath $(PX4_BASE)/NuttX/apps)/
export MAVLINK_SRC = $(abspath $(PX4_BASE)/mavlink)/
export ROMFS_SRC = $(abspath $(PX4_BASE)/ROMFS)/