diff options
Diffstat (limited to 'tmk_core/protocol/chibios.mk')
| -rw-r--r-- | tmk_core/protocol/chibios.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmk_core/protocol/chibios.mk b/tmk_core/protocol/chibios.mk index 6e7cfbd83..222fb4dad 100644 --- a/tmk_core/protocol/chibios.mk +++ b/tmk_core/protocol/chibios.mk | |||
| @@ -5,6 +5,7 @@ CHIBIOS_DIR = $(PROTOCOL_DIR)/chibios | |||
| 5 | SRC += $(CHIBIOS_DIR)/usb_main.c | 5 | SRC += $(CHIBIOS_DIR)/usb_main.c |
| 6 | SRC += $(CHIBIOS_DIR)/main.c | 6 | SRC += $(CHIBIOS_DIR)/main.c |
| 7 | SRC += usb_descriptor.c | 7 | SRC += usb_descriptor.c |
| 8 | SRC += $(CHIBIOS_DIR)/usb_driver.c | ||
| 8 | 9 | ||
| 9 | VPATH += $(TMK_PATH)/$(PROTOCOL_DIR) | 10 | VPATH += $(TMK_PATH)/$(PROTOCOL_DIR) |
| 10 | VPATH += $(TMK_PATH)/$(CHIBIOS_DIR) | 11 | VPATH += $(TMK_PATH)/$(CHIBIOS_DIR) |
