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:
parent
6821ada395
commit
8bf5ed7fbd
2 changed files with 6 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -23,3 +23,6 @@ README.pdf
|
|||
|
||||
# build generated files
|
||||
/settings.json
|
||||
|
||||
# local changes only
|
||||
make/local.mk
|
||||
|
|
3
Makefile
3
Makefile
|
@ -72,6 +72,9 @@ LINKER_DIR := $(ROOT)/src/main/target/link
|
|||
# import macros common to all supported build systems
|
||||
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
|
||||
HSE_VALUE = 8000000
|
||||
MHZ_VALUE ?=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue