diff options
Diffstat (limited to 'tmk_core/protocol.mk')
-rw-r--r-- | tmk_core/protocol.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tmk_core/protocol.mk b/tmk_core/protocol.mk index d4ad50db6..359ddbfef 100644 --- a/tmk_core/protocol.mk +++ b/tmk_core/protocol.mk | |||
@@ -1,5 +1,11 @@ | |||
1 | PROTOCOL_DIR = protocol | 1 | PROTOCOL_DIR = protocol |
2 | 2 | ||
3 | TMK_COMMON_SRC += \ | ||
4 | $(PROTOCOL_DIR)/host.c \ | ||
5 | $(PROTOCOL_DIR)/report.c \ | ||
6 | $(PROTOCOL_DIR)/usb_device_state.c \ | ||
7 | $(PROTOCOL_DIR)/usb_util.c \ | ||
8 | |||
3 | ifeq ($(strip $(USB_HID_ENABLE)), yes) | 9 | ifeq ($(strip $(USB_HID_ENABLE)), yes) |
4 | include $(TMK_DIR)/protocol/usb_hid.mk | 10 | include $(TMK_DIR)/protocol/usb_hid.mk |
5 | endif | 11 | endif |