aboutsummaryrefslogtreecommitdiff
path: root/protocol.mk
diff options
context:
space:
mode:
Diffstat (limited to 'protocol.mk')
-rw-r--r--protocol.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocol.mk b/protocol.mk
index 0d5f06c7e..7f561e62d 100644
--- a/protocol.mk
+++ b/protocol.mk
@@ -8,12 +8,12 @@ ifdef PS2_MOUSE_ENABLE
8endif 8endif
9 9
10ifdef PS2_USE_BUSYWAIT 10ifdef PS2_USE_BUSYWAIT
11 SRC += protocol/ps2.c 11 SRC += protocol/ps2_busywait.c
12 OPT_DEFS += -DPS2_USE_BUSYWAIT 12 OPT_DEFS += -DPS2_USE_BUSYWAIT
13endif 13endif
14 14
15ifdef PS2_USE_INT 15ifdef PS2_USE_INT
16 SRC += protocol/ps2.c 16 SRC += protocol/ps2_interrupt.c
17 OPT_DEFS += -DPS2_USE_INT 17 OPT_DEFS += -DPS2_USE_INT
18endif 18endif
19 19