build: make reading config.mk be info not warning

This commit is contained in:
Andrew Tridgell 2015-05-30 21:00:50 +10:00
parent 42c202a08f
commit bcb6fe9ae7

View File

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