2015-04-09 18:32:04 +02:00
|
|
|
PROTOCOL_DIR = protocol
|
|
|
|
|
2021-10-28 23:31:59 +02:00
|
|
|
TMK_COMMON_SRC += \
|
|
|
|
$(PROTOCOL_DIR)/host.c \
|
|
|
|
$(PROTOCOL_DIR)/report.c \
|
|
|
|
$(PROTOCOL_DIR)/usb_device_state.c \
|
|
|
|
$(PROTOCOL_DIR)/usb_util.c \
|
|
|
|
|
2021-02-28 16:50:15 +01:00
|
|
|
ifeq ($(strip $(USB_HID_ENABLE)), yes)
|
|
|
|
include $(TMK_DIR)/protocol/usb_hid.mk
|
|
|
|
endif
|
|
|
|
|
2015-04-09 18:32:04 +02:00
|
|
|
# Search Path
|
|
|
|
VPATH += $(TMK_DIR)/protocol
|