aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2014-07-08 20:23:07 +1000
committerLorenz Meier <lm@inf.ethz.ch>2014-07-08 15:34:47 +0200
commitee9233451244604f1522dda5e58d1deb7ec6473d (patch)
treeafa9a27bff318e19032773a95315671803f8ba60 /Makefile
parent76f82bf237de367a3a3b214f2ba06faddb077c57 (diff)
downloadpx4-firmware-ee9233451244604f1522dda5e58d1deb7ec6473d.tar.gz
px4-firmware-ee9233451244604f1522dda5e58d1deb7ec6473d.tar.bz2
px4-firmware-ee9233451244604f1522dda5e58d1deb7ec6473d.zip
build: fixed running build from external directory
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8bf96ca23..7b7c00704 100644
--- a/Makefile
+++ b/Makefile
@@ -210,11 +210,11 @@ menuconfig:
endif
$(NUTTX_SRC):
- $(Q) (./Tools/check_submodules.sh)
+ $(Q) ($(PX4_BASE)/Tools/check_submodules.sh)
.PHONY: checksubmodules
checksubmodules:
- $(Q) (./Tools/check_submodules.sh)
+ $(Q) ($(PX4_BASE)/Tools/check_submodules.sh)
.PHONY: updatesubmodules
updatesubmodules: