build: make reading config.mk be info not warning
This commit is contained in:
parent
42c202a08f
commit
bcb6fe9ae7
@ -54,7 +54,7 @@ ifneq ($(findstring CYGWIN, $(SYSTYPE)),)
|
||||
endif
|
||||
|
||||
ifneq ($(wildcard $(SKETCHBOOK)/config.mk),)
|
||||
$(warning Reading $(SKETCHBOOK)/config.mk)
|
||||
$(info Reading $(SKETCHBOOK)/config.mk)
|
||||
include $(SKETCHBOOK)/config.mk
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user