summaryrefslogtreecommitdiff
path: root/protocol.mk
diff options
context:
space:
mode:
Diffstat (limited to 'protocol.mk')
-rw-r--r--protocol.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/protocol.mk b/protocol.mk
index de7014e866..d9194b2bfc 100644
--- a/protocol.mk
+++ b/protocol.mk
@@ -9,16 +9,19 @@ endif
ifdef PS2_USE_BUSYWAIT
SRC += protocol/ps2_busywait.c
+ SRC += protocol/ps2_io_avr.c
OPT_DEFS += -DPS2_USE_BUSYWAIT
endif
ifdef PS2_USE_INT
SRC += protocol/ps2_interrupt.c
+ SRC += protocol/ps2_io_avr.c
OPT_DEFS += -DPS2_USE_INT
endif
ifdef PS2_USE_USART
SRC += protocol/ps2_usart.c
+ SRC += protocol/ps2_io_avr.c
OPT_DEFS += -DPS2_USE_USART
endif