mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-30 15:52:12 +01:00
OP-1818 main Makefile now includes make/3rdparty/3rdparty.mk if present
This commit is contained in:
parent
8525ef1287
commit
f700f6bdd6
7
Makefile
7
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user