diff options
author | Drashna Jaelre <drashna@drashna.net> | 2023-04-12 21:43:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-12 21:43:27 -0700 |
commit | cf5626e0246b66879b03a18115a19a566e839f48 (patch) | |
tree | 22a611c7d65ca066075bbf34b1785523e97d0f8b /builddefs | |
parent | 572f86349ec50d5187d8448f8eb1cf73fa670f5a (diff) |
[Bug] Fix compilation issues with PS/2 driver on F4x1 controllers (#20433)
Diffstat (limited to 'builddefs')
-rw-r--r-- | builddefs/common_features.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builddefs/common_features.mk b/builddefs/common_features.mk index 6a22c28b05..dc64ed2394 100644 --- a/builddefs/common_features.mk +++ b/builddefs/common_features.mk @@ -809,9 +809,9 @@ endif ifeq ($(strip $(PS2_MOUSE_ENABLE)), yes) PS2_ENABLE := yes + MOUSE_ENABLE := yes SRC += ps2_mouse.c OPT_DEFS += -DPS2_MOUSE_ENABLE - OPT_DEFS += -DMOUSE_ENABLE endif VALID_PS2_DRIVER_TYPES := busywait interrupt usart vendor |