diff options
author | tmk <nobody@nowhere> | 2013-11-28 16:02:29 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-11-28 16:02:29 +0900 |
commit | bc5b64d83259715667356770965a33aa620a8030 (patch) | |
tree | 074377caef4d838ac3890f39e9ff67f346aab506 /protocol.mk | |
parent | 4e36159be226e544dfebbe06b1955261951209a4 (diff) | |
parent | 0b9c0f6012a90eeb8cced9feccf3a65d8b4e5535 (diff) |
Merge branch 'ps2_keyboard_fix'
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 0d5f06c7ec..7f561e62d6 100644 --- a/protocol.mk +++ b/protocol.mk @@ -8,12 +8,12 @@ ifdef PS2_MOUSE_ENABLE endif ifdef PS2_USE_BUSYWAIT - SRC += protocol/ps2.c + SRC += protocol/ps2_busywait.c OPT_DEFS += -DPS2_USE_BUSYWAIT endif ifdef PS2_USE_INT - SRC += protocol/ps2.c + SRC += protocol/ps2_interrupt.c OPT_DEFS += -DPS2_USE_INT endif |