diff --git a/Makefile b/Makefile index 97ff2d923..8a4c3aa95 100644 --- a/Makefile +++ b/Makefile @@ -111,6 +111,11 @@ endif # Include tools installers include $(ROOT_DIR)/make/tools.mk +# Include third party builders +ifneq ("$(wildcard $(ROOT_DIR)/make/3rdparty/3rdparty.mk)","") + include $(ROOT_DIR)/make/3rdparty/3rdparty.mk +endif + # We almost need to consider autoconf/automake instead of this ifeq ($(UNAME), Linux) QT_SPEC = linux-g++ @@ -497,6 +502,8 @@ openpilotgcs_clean: @$(ECHO) " CLEAN $(call toprel, $(BUILD_DIR)/openpilotgcs_$(GCS_BUILD_CONF))" $(V1) [ ! -d "$(BUILD_DIR)/openpilotgcs_$(GCS_BUILD_CONF)" ] || $(RM) -r "$(BUILD_DIR)/openpilotgcs_$(GCS_BUILD_CONF)" + + ################################ # # Serial Uploader tool