Prevent the *file-not-found* error if the depends.mk file is not needed
This commit is contained in:
parent
db3a874e75
commit
1750ef08a4
1 changed files with 2 additions and 1 deletions
|
@ -690,4 +690,5 @@ monitor:
|
|||
|
||||
.PHONY: all clean depends upload raw_upload reset reset_stty size show_boards monitor
|
||||
|
||||
include $(DEP_FILE)
|
||||
# added - in the beginning, so that we don't get an error if the file is not present
|
||||
-include $(DEP_FILE)
|
||||
|
|
Loading…
Reference in a new issue