make: add support for additional local Makefile
This commit is contained in:
parent
4ad2689144
commit
0117192901
3
.gitignore
vendored
3
.gitignore
vendored
@ -32,3 +32,6 @@ tags
|
||||
# Eclipse symbol file (output from make eclipsesym)
|
||||
eclipsesym.xml
|
||||
/toolchain
|
||||
|
||||
# local override files
|
||||
Makefile.local
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
# include Makefile.local if it exists
|
||||
-include Makefile.local
|
||||
|
||||
all:
|
||||
|
||||
# set undefined variables
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user