Include Makefile.local in Makefile
This commit is contained in:
parent
213a143089
commit
f00e52cc4c
2 changed files with 4 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -2,6 +2,9 @@
|
|||
# ===============================================
|
||||
FIRMWARE_DIR = firmware
|
||||
|
||||
# Create this file for local overrides
|
||||
-include Makefile.local
|
||||
|
||||
.PHONY: all clean build firmware firmware-clean firmware-build firmware-flash
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue