mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-04-11 03:02:20 +02: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:
parent
24c144ca69
commit
b18523d690
4
.gitignore
vendored
4
.gitignore
vendored
@ -3,6 +3,10 @@
|
|||||||
/tools
|
/tools
|
||||||
/build
|
/build
|
||||||
/3rdparty
|
/3rdparty
|
||||||
|
|
||||||
|
# Ignore user config
|
||||||
|
config
|
||||||
|
|
||||||
|
|
||||||
# Exclude temporary and system files
|
# Exclude temporary and system files
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
3
Makefile
3
Makefile
@ -140,6 +140,9 @@ else ifeq ($(UNAME), Windows)
|
|||||||
UAVOBJGENERATOR = $(BUILD_DIR)/uavobjgenerator/uavobjgenerator.exe
|
UAVOBJGENERATOR = $(BUILD_DIR)/uavobjgenerator/uavobjgenerator.exe
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
CONFIG_FILE := config
|
||||||
|
-include $(CONFIG_FILE)
|
||||||
|
|
||||||
##############################
|
##############################
|
||||||
#
|
#
|
||||||
# All targets
|
# All targets
|
||||||
|
Loading…
x
Reference in New Issue
Block a user