[Bug] Fix wrong varaible in encoder block (#18020)
This commit is contained in:
parent
31e78aafbd
commit
3d24845016
1 changed files with 1 additions and 1 deletions
|
@ -895,7 +895,7 @@ ifeq ($(strip $(BLUETOOTH_ENABLE)), yes)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(strip $(ENCODER_ENABLE)), yes)
|
ifeq ($(strip $(ENCODER_ENABLE)), yes)
|
||||||
COMMON_VPATH += $(QUANTUM_DIR)/encoder.c
|
SRC += $(QUANTUM_DIR)/encoder.c
|
||||||
OPT_DEFS += -DENCODER_ENABLE
|
OPT_DEFS += -DENCODER_ENABLE
|
||||||
ifeq ($(strip $(ENCODER_MAP_ENABLE)), yes)
|
ifeq ($(strip $(ENCODER_MAP_ENABLE)), yes)
|
||||||
OPT_DEFS += -DENCODER_MAP_ENABLE
|
OPT_DEFS += -DENCODER_MAP_ENABLE
|
||||||
|
|
Loading…
Reference in a new issue