summaryrefslogtreecommitdiff
path: root/builddefs
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2022-08-12 19:55:59 -0700
committerGitHub <noreply@github.com>2022-08-12 19:55:59 -0700
commit3d248450161b96fcfad5f04e3d278e7d48489321 (patch)
treea8171e75cde88a5a0dd2e49d3ae05b5f85769580 /builddefs
parent31e78aafbd10b6b1076ab0c45c9b77fe3a0fcda2 (diff)
[Bug] Fix wrong varaible in encoder block (#18020)
Diffstat (limited to 'builddefs')
-rw-r--r--builddefs/common_features.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/builddefs/common_features.mk b/builddefs/common_features.mk
index 1f1f945760..755a1735e0 100644
--- a/builddefs/common_features.mk
+++ b/builddefs/common_features.mk
@@ -895,7 +895,7 @@ ifeq ($(strip $(BLUETOOTH_ENABLE)), yes)
endif
ifeq ($(strip $(ENCODER_ENABLE)), yes)
- COMMON_VPATH += $(QUANTUM_DIR)/encoder.c
+ SRC += $(QUANTUM_DIR)/encoder.c
OPT_DEFS += -DENCODER_ENABLE
ifeq ($(strip $(ENCODER_MAP_ENABLE)), yes)
OPT_DEFS += -DENCODER_MAP_ENABLE