diff options
Diffstat (limited to 'common_features.mk')
-rw-r--r-- | common_features.mk | 4 |
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 | ||
118 | ifeq ($(strip $(MOUSEKEY_ENABLE)), yes) | 118 | ifeq ($(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 |
122 | endif | 122 | endif |
123 | 123 | ||
124 | ifeq ($(strip $(POINTING_DEVICE_ENABLE)), yes) | 124 | ifeq ($(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 |
128 | endif | 128 | endif |
129 | 129 | ||