1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

Added option for config file.

Things the can be added to config file are:
export PATH := /usr/lib/ccache/bin:$(PATH)
GCS_OPTS := XXX
etc
This commit is contained in:
James Duley 2015-07-18 13:10:19 +12:00
parent 24c144ca69
commit b18523d690
2 changed files with 7 additions and 0 deletions

4
.gitignore vendored
View File

@ -3,6 +3,10 @@
/tools
/build
/3rdparty
# Ignore user config
config
# Exclude temporary and system files
Thumbs.db

View File

@ -140,6 +140,9 @@ else ifeq ($(UNAME), Windows)
UAVOBJGENERATOR = $(BUILD_DIR)/uavobjgenerator/uavobjgenerator.exe
endif
CONFIG_FILE := config
-include $(CONFIG_FILE)
##############################
#
# All targets