diff options
Diffstat (limited to 'protocol.mk')
| -rw-r--r-- | protocol.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocol.mk b/protocol.mk index e057d1d60..d9194b2bf 100644 --- a/protocol.mk +++ b/protocol.mk | |||
| @@ -15,11 +15,13 @@ endif | |||
| 15 | 15 | ||
| 16 | ifdef PS2_USE_INT | 16 | ifdef PS2_USE_INT |
| 17 | SRC += protocol/ps2_interrupt.c | 17 | SRC += protocol/ps2_interrupt.c |
| 18 | SRC += protocol/ps2_io_avr.c | ||
| 18 | OPT_DEFS += -DPS2_USE_INT | 19 | OPT_DEFS += -DPS2_USE_INT |
| 19 | endif | 20 | endif |
| 20 | 21 | ||
| 21 | ifdef PS2_USE_USART | 22 | ifdef PS2_USE_USART |
| 22 | SRC += protocol/ps2_usart.c | 23 | SRC += protocol/ps2_usart.c |
| 24 | SRC += protocol/ps2_io_avr.c | ||
| 23 | OPT_DEFS += -DPS2_USE_USART | 25 | OPT_DEFS += -DPS2_USE_USART |
| 24 | endif | 26 | endif |
| 25 | 27 | ||
