diff options
Diffstat (limited to 'protocol.mk')
| -rw-r--r-- | protocol.mk | 4 |
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 | |||
| 8 | endif | 8 | endif |
| 9 | 9 | ||
| 10 | ifdef PS2_USE_BUSYWAIT | 10 | ifdef 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 |
| 13 | endif | 13 | endif |
| 14 | 14 | ||
| 15 | ifdef PS2_USE_INT | 15 | ifdef 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 |
| 18 | endif | 18 | endif |
| 19 | 19 | ||
