]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - protocol.mk
[ps2,terminal_usb] Quick fix for build problem
[tmk_firmware.git] / protocol.mk
index e057d1d601e0f3d6af0fb5020491ca97686a3b39..d9194b2bfc0d731f5b0f417772a9bbee1fe84679 100644 (file)
@@ -15,11 +15,13 @@ 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