diff options
author | tmk <nobody@nowhere> | 2013-11-25 17:43:26 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-11-25 17:43:26 +0900 |
commit | 9ae9742ac59b18cf989370f53d669daeb75bd7a3 (patch) | |
tree | 2a661eaef74bb7817ff5d03ff115ec00249e188a /protocol.mk | |
parent | d5ecbb83daa13b806ee4879692aaf807b6b1b69f (diff) |
Add ps2_busywait.c and recfactor PS/2 protocol
Diffstat (limited to 'protocol.mk')
-rw-r--r-- | protocol.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol.mk b/protocol.mk index 0d5f06c7ec..e332008731 100644 --- a/protocol.mk +++ b/protocol.mk @@ -8,7 +8,7 @@ ifdef PS2_MOUSE_ENABLE endif ifdef PS2_USE_BUSYWAIT - SRC += protocol/ps2.c + SRC += protocol/ps2_busywait.c OPT_DEFS += -DPS2_USE_BUSYWAIT endif |