diff options
author | tmk <nobody@nowhere> | 2013-11-28 14:20:00 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-11-28 14:20:00 +0900 |
commit | 4eb27ee89038e934dcb498df7508199efd9c93f1 (patch) | |
tree | 48da6b3a1e09d4ecbcab7c7b32977ae561a3bd6f /protocol.mk | |
parent | 532e100450615ef1e63e2eed548c38d0c4fa688b (diff) |
Add ps2_interrupt.c
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 e332008731..7f561e62d6 100644 --- a/protocol.mk +++ b/protocol.mk @@ -13,7 +13,7 @@ ifdef PS2_USE_BUSYWAIT endif ifdef PS2_USE_INT - SRC += protocol/ps2.c + SRC += protocol/ps2_interrupt.c OPT_DEFS += -DPS2_USE_INT endif |