]> git.donarmstrong.com Git - qmk_firmware.git/blob - tmk_core/protocol/chibios.mk
Do some cleanup for the API
[qmk_firmware.git] / tmk_core / protocol / chibios.mk
1 PROTOCOL_DIR = protocol
2 CHIBIOS_DIR = $(PROTOCOL_DIR)/chibios
3
4
5 SRC += $(CHIBIOS_DIR)/usb_main.c
6 SRC += $(CHIBIOS_DIR)/main.c
7
8 VPATH += $(TMK_PATH)/$(PROTOCOL_DIR)
9 VPATH += $(TMK_PATH)/$(CHIBIOS_DIR)
10