aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/quantum.mk
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/quantum.mk')
-rw-r--r--quantum/quantum.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/quantum.mk b/quantum/quantum.mk
index c099d6793..00d3e8114 100644
--- a/quantum/quantum.mk
+++ b/quantum/quantum.mk
@@ -1,5 +1,9 @@
QUANTUM_DIR = quantum
+ifndef VERBOSE
+.SILENT:
+endif
+
# # project specific files
SRC += $(QUANTUM_DIR)/quantum.c \
$(QUANTUM_DIR)/keymap_common.c \