summaryrefslogtreecommitdiff
path: root/builddefs/message.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-03-16 23:45:35 +0000
committerQMK Bot <hello@qmk.fm>2022-03-16 23:45:35 +0000
commit2749346a539c2385218a32937ae7992cf80fb263 (patch)
treeb248dc0bc0fd855401e7f5c74337269fc3a07fd2 /builddefs/message.mk
parent4e863dbdef0d3f610cba5aae80ee40bafe47ee07 (diff)
parent417f08911507307906f1dfbdb45d9d3a81232576 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'builddefs/message.mk')
-rw-r--r--builddefs/message.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/builddefs/message.mk b/builddefs/message.mk
index d441f560be..07d0e07ce8 100644
--- a/builddefs/message.mk
+++ b/builddefs/message.mk
@@ -63,6 +63,7 @@ MSG_COMPILING_CXX = Compiling:
MSG_ASSEMBLING = Assembling:
MSG_CLEANING = Cleaning project:
MSG_CREATING_LIBRARY = Creating library:
+MSG_GENERATING = Generating:
MSG_SUBMODULE_DIRTY = $(WARN_COLOR)WARNING:$(NO_COLOR) Some git submodules are out of date or modified.\n\
Please consider running $(BOLD)make git-submodule$(NO_COLOR).\n\n
MSG_NO_CMP = $(ERROR_COLOR)Error:$(NO_COLOR)$(BOLD) cmp command not found, please install diffutils\n$(NO_COLOR)