Relocate protocol files within tmk_core/common/ (#14972)
* Relocate non platform files within tmk_core/common/ * clang
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
PROTOCOL_DIR = protocol
|
||||
|
||||
TMK_COMMON_SRC += \
|
||||
$(PROTOCOL_DIR)/host.c \
|
||||
$(PROTOCOL_DIR)/report.c \
|
||||
$(PROTOCOL_DIR)/usb_device_state.c \
|
||||
$(PROTOCOL_DIR)/usb_util.c \
|
||||
|
||||
ifeq ($(strip $(USB_HID_ENABLE)), yes)
|
||||
include $(TMK_DIR)/protocol/usb_hid.mk
|
||||
endif
|
||||
|
Reference in New Issue
Block a user