X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=protocol.mk;h=d9194b2bfc0d731f5b0f417772a9bbee1fe84679;hb=bb2596042428fad08509709bd9d63dbbb50e59f9;hp=de7014e866386c281774cc59e55a2442ecffd7c7;hpb=b9e265368fde73daff069788dcb58c8230d01b32;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