Add vusb support to iwrap

This commit is contained in:
tmk 2013-04-22 13:03:24 +09:00
parent c852b04128
commit c7b180e3d7
1 changed files with 11 additions and 9 deletions

View File

@ -8,17 +8,19 @@ SRC += $(IWRAP_DIR)/main.c \
$(COMMON_DIR)/sendchar_uart.c \ $(COMMON_DIR)/sendchar_uart.c \
$(COMMON_DIR)/uart.c $(COMMON_DIR)/uart.c
# Search Path
VPATH += $(TOP_DIR)/protocol/iwrap
# TODO: compatible with LUFA and PJRC # TODO: compatible with LUFA and PJRC
# V-USB # V-USB
# #
#VUSB_DIR = protocol/vusb VUSB_DIR = protocol/vusb
#OPT_DEFS += -DPROTOCOL_VUSB OPT_DEFS += -DPROTOCOL_VUSB
#SRC += $(VUSB_DIR)/vusb.c \ SRC += $(VUSB_DIR)/vusb.c \
# $(VUSB_DIR)/usbdrv/usbdrv.c \ $(VUSB_DIR)/usbdrv/usbdrv.c \
# $(VUSB_DIR)/usbdrv/usbdrvasm.S \ $(VUSB_DIR)/usbdrv/usbdrvasm.S \
# $(VUSB_DIR)/usbdrv/oddebug.c $(VUSB_DIR)/usbdrv/oddebug.c
#VPATH += $(TOP_DIR)/protocol/vusb:$(TOP_DIR)/protocol/vusb/usbdrv VPATH += $(TOP_DIR)/protocol/vusb:$(TOP_DIR)/protocol/vusb/usbdrv
# Search Path
VPATH += $(TOP_DIR)/protocol/iwrap