summaryrefslogtreecommitdiff
path: root/builddefs/common_rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-10-05 16:55:12 +0000
committerQMK Bot <hello@qmk.fm>2022-10-05 16:55:12 +0000
commit86ce1d4b04031174b3eca666fbee5f7c9c706ab2 (patch)
tree1893ffaa3f6096e3a07d8cf971c14880db7e82bf /builddefs/common_rules.mk
parentd1b6b062024dddf047f760efbad21edb2acca394 (diff)
parent959f4cbb621868a4f0c1701f54ad2a1f45d889af (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'builddefs/common_rules.mk')
-rw-r--r--builddefs/common_rules.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/builddefs/common_rules.mk b/builddefs/common_rules.mk
index c8816639f8..22746b92a3 100644
--- a/builddefs/common_rules.mk
+++ b/builddefs/common_rules.mk
@@ -1,7 +1,7 @@
# Hey Emacs, this is a -*- makefile -*-
#----------------------------------------------------------------------------
-# Enable vpath seraching for source files only
+# Enable vpath searching for source files only
# Without this, output files, could be read from the wrong .build directories
VPATH_SRC := $(VPATH)
vpath %.c $(VPATH_SRC)
@@ -85,7 +85,7 @@ ifeq ($(strip $(DEBUG_ENABLE)),yes)
endif
CXXFLAGS += $(CXXDEFS)
CXXFLAGS += -O$(OPT)
-# to supress "warning: only initialized variables can be placed into program memory area"
+# to suppress "warning: only initialized variables can be placed into program memory area"
CXXFLAGS += -w
CXXFLAGS += -Wall
CXXFLAGS += -Wundef