make: add support for additional local Makefile

This commit is contained in:
Kaspar Schleiser 2015-11-17 14:59:54 +01:00
parent 4ad2689144
commit 0117192901
2 changed files with 6 additions and 0 deletions

3
.gitignore vendored
View File

@ -32,3 +32,6 @@ tags
# Eclipse symbol file (output from make eclipsesym)
eclipsesym.xml
/toolchain
# local override files
Makefile.local

View File

@ -1,3 +1,6 @@
# include Makefile.local if it exists
-include Makefile.local
all:
# set undefined variables