Move protocol makefiles into their respective folders (#21332)
* Move protocol makefiles into their respective folders * Fix USB-USB converter
This commit is contained in:
parent
fb76c941ee
commit
aad5746682
7 changed files with 4 additions and 3 deletions
17
tmk_core/protocol/vusb/vusb.mk
Normal file
17
tmk_core/protocol/vusb/vusb.mk
Normal file
|
@ -0,0 +1,17 @@
|
|||
VUSB_DIR = protocol/vusb
|
||||
|
||||
# Path to the V-USB library
|
||||
VUSB_PATH = $(LIB_PATH)/vusb
|
||||
|
||||
SRC += $(VUSB_DIR)/protocol.c \
|
||||
$(VUSB_DIR)/vusb.c \
|
||||
$(VUSB_DIR)/usb_util.c \
|
||||
$(VUSB_PATH)/usbdrv/usbdrv.c \
|
||||
$(VUSB_PATH)/usbdrv/usbdrvasm.S \
|
||||
$(VUSB_PATH)/usbdrv/oddebug.c
|
||||
|
||||
# Search Path
|
||||
VPATH += $(TMK_PATH)/$(VUSB_DIR)
|
||||
VPATH += $(VUSB_PATH)
|
||||
|
||||
OPT_DEFS += -DPROTOCOL_VUSB
|
Loading…
Add table
Add a link
Reference in a new issue