aboutsummaryrefslogtreecommitdiff
path: root/common_features.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common_features.mk')
-rw-r--r--common_features.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/common_features.mk b/common_features.mk
index 09217c469..3acc5307a 100644
--- a/common_features.mk
+++ b/common_features.mk
@@ -117,13 +117,13 @@ endif
117 117
118ifeq ($(strip $(MOUSEKEY_ENABLE)), yes) 118ifeq ($(strip $(MOUSEKEY_ENABLE)), yes)
119 OPT_DEFS += -DMOUSEKEY_ENABLE 119 OPT_DEFS += -DMOUSEKEY_ENABLE
120 OPT_DEFS += -DMOUSE_ENABLE 120 MOUSE_ENABLE := yes
121 SRC += $(QUANTUM_DIR)/mousekey.c 121 SRC += $(QUANTUM_DIR)/mousekey.c
122endif 122endif
123 123
124ifeq ($(strip $(POINTING_DEVICE_ENABLE)), yes) 124ifeq ($(strip $(POINTING_DEVICE_ENABLE)), yes)
125 OPT_DEFS += -DPOINTING_DEVICE_ENABLE 125 OPT_DEFS += -DPOINTING_DEVICE_ENABLE
126 OPT_DEFS += -DMOUSE_ENABLE 126 MOUSE_ENABLE := yes
127 SRC += $(QUANTUM_DIR)/pointing_device.c 127 SRC += $(QUANTUM_DIR)/pointing_device.c
128endif 128endif
129 129