X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=protocol.mk;h=d9194b2bfc0d731f5b0f417772a9bbee1fe84679;hb=4478c7cb95e6f2ae69d9f835dc4e82662a390c88;hp=de7014e866386c281774cc59e55a2442ecffd7c7;hpb=8ecb3e9e442a3a5d7a79ee766af8e36d69d6c1cd;p=tmk_firmware.git diff --git a/protocol.mk b/protocol.mk index de7014e..d9194b2 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