Include Makefile.local in Makefile

This commit is contained in:
Lexi / Zoe 2021-04-30 18:33:40 +02:00
parent 213a143089
commit f00e52cc4c
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
2 changed files with 4 additions and 0 deletions

View file

@ -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