aboutsummaryrefslogtreecommitdiff
path: root/makefiles/setup.mk
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-07-07 12:22:56 -0700
committerpx4dev <px4@purgatory.org>2013-07-07 12:22:56 -0700
commit43f1843cc750fcef07122feaeca07863ed28c036 (patch)
tree77f0192152038670fe5a875a2a38232b28e7d044 /makefiles/setup.mk
parent9fe257c4d151280c770e607bc3160703f9503889 (diff)
parentcf2dbdf9a1ae06c7d0e0a7963916a3709a1bc075 (diff)
downloadpx4-firmware-43f1843cc750fcef07122feaeca07863ed28c036.tar.gz
px4-firmware-43f1843cc750fcef07122feaeca07863ed28c036.tar.bz2
px4-firmware-43f1843cc750fcef07122feaeca07863ed28c036.zip
Merge branch 'master' of https://github.com/PX4/Firmware into fmuv2_bringup
Diffstat (limited to 'makefiles/setup.mk')
-rw-r--r--makefiles/setup.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefiles/setup.mk b/makefiles/setup.mk
index 111193093..92461fafb 100644
--- a/makefiles/setup.mk
+++ b/makefiles/setup.mk
@@ -44,8 +44,8 @@
export PX4_INCLUDE_DIR = $(abspath $(PX4_BASE)/src/include)/
export PX4_MODULE_SRC = $(abspath $(PX4_BASE)/src)/
export PX4_MK_DIR = $(abspath $(PX4_BASE)/makefiles)/
-export NUTTX_SRC = $(abspath $(PX4_BASE)/nuttx)/
-export NUTTX_APP_SRC = $(abspath $(PX4_BASE)/apps)/
+export NUTTX_SRC = $(abspath $(PX4_BASE)/NuttX/nuttx)/
+export NUTTX_APP_SRC = $(abspath $(PX4_BASE)/NuttX/apps)/
export MAVLINK_SRC = $(abspath $(PX4_BASE)/mavlink)/
export ROMFS_SRC = $(abspath $(PX4_BASE)/ROMFS)/
export IMAGE_DIR = $(abspath $(PX4_BASE)/Images)/