1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-13 11:29:56 +03:00

[BUILD] Add local preferences

This commit is contained in:
Konstantin (DigitalEntity) Sharlaimov 2019-07-09 20:37:11 +02:00
parent 6821ada395
commit 8bf5ed7fbd
2 changed files with 6 additions and 0 deletions

3
.gitignore vendored
View file

@ -23,3 +23,6 @@ README.pdf
# build generated files # build generated files
/settings.json /settings.json
# local changes only
make/local.mk

View file

@ -72,6 +72,9 @@ LINKER_DIR := $(ROOT)/src/main/target/link
# import macros common to all supported build systems # import macros common to all supported build systems
include $(ROOT)/make/system-id.mk include $(ROOT)/make/system-id.mk
# developer preferences, edit these at will, they'll be gitignored
-include $(ROOT)/make/local.mk
# default xtal value for F4 targets # default xtal value for F4 targets
HSE_VALUE = 8000000 HSE_VALUE = 8000000
MHZ_VALUE ?= MHZ_VALUE ?=