forked from mirrors/qmk_firmware
Add vusb support to iwrap
This commit is contained in:
parent
c852b04128
commit
c7b180e3d7
1 changed files with 11 additions and 9 deletions
|
@ -8,17 +8,19 @@ SRC += $(IWRAP_DIR)/main.c \
|
|||
$(COMMON_DIR)/sendchar_uart.c \
|
||||
$(COMMON_DIR)/uart.c
|
||||
|
||||
# Search Path
|
||||
VPATH += $(TOP_DIR)/protocol/iwrap
|
||||
|
||||
|
||||
# TODO: compatible with LUFA and PJRC
|
||||
# V-USB
|
||||
#
|
||||
#VUSB_DIR = protocol/vusb
|
||||
#OPT_DEFS += -DPROTOCOL_VUSB
|
||||
#SRC += $(VUSB_DIR)/vusb.c \
|
||||
# $(VUSB_DIR)/usbdrv/usbdrv.c \
|
||||
# $(VUSB_DIR)/usbdrv/usbdrvasm.S \
|
||||
# $(VUSB_DIR)/usbdrv/oddebug.c
|
||||
#VPATH += $(TOP_DIR)/protocol/vusb:$(TOP_DIR)/protocol/vusb/usbdrv
|
||||
VUSB_DIR = protocol/vusb
|
||||
OPT_DEFS += -DPROTOCOL_VUSB
|
||||
SRC += $(VUSB_DIR)/vusb.c \
|
||||
$(VUSB_DIR)/usbdrv/usbdrv.c \
|
||||
$(VUSB_DIR)/usbdrv/usbdrvasm.S \
|
||||
$(VUSB_DIR)/usbdrv/oddebug.c
|
||||
VPATH += $(TOP_DIR)/protocol/vusb:$(TOP_DIR)/protocol/vusb/usbdrv
|
||||
|
||||
|
||||
# Search Path
|
||||
VPATH += $(TOP_DIR)/protocol/iwrap
|
||||
|
|
Loading…
Reference in a new issue