aboutsummaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2013-01-02 17:39:12 +1100
committerAndrew Tridgell <tridge@samba.org>2013-01-02 17:39:12 +1100
commit8ffba227718f6f7897abb5a1fd77f770f1f3db1f (patch)
tree241e8663843a4d312c22ea13d8e7ff729cf4114e /apps/Makefile
parent890b1ac0689984cb6bc4638cc2aa8ec869d14f91 (diff)
downloadpx4-firmware-8ffba227718f6f7897abb5a1fd77f770f1f3db1f.tar.gz
px4-firmware-8ffba227718f6f7897abb5a1fd77f770f1f3db1f.tar.bz2
px4-firmware-8ffba227718f6f7897abb5a1fd77f770f1f3db1f.zip
build: allow for external apps via EXTERNAL_APPS
this is used by the APM build
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 19ad1c18b..11d95bc19 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -112,6 +112,9 @@ endef
$(foreach BUILTIN, $(CONFIGURED_APPS), $(eval $(call ADD_BUILTIN,$(BUILTIN))))
+# EXTERNAL_APPS is used to add out of tree apps to the build
+INSTALLED_APPS += $(EXTERNAL_APPS)
+
# The external/ directory may also be added to the INSTALLED_APPS. But there
# is no external/ directory in the repository. Rather, this directory may be
# provided by the user (possibly as a symbolic link) to add libraries and