]> git.donarmstrong.com Git - tmk_firmware.git/blob - protocol/iwrap.mk
Add support of iWRAP5
[tmk_firmware.git] / protocol / iwrap.mk
1 IWRAP_DIR = protocol/iwrap
2
3 OPT_DEFS += -DPROTOCOL_IWRAP
4
5 SRC +=  $(IWRAP_DIR)/main.c \
6         $(IWRAP_DIR)/iwrap.c \
7         $(IWRAP_DIR)/suart.S \
8         $(COMMON_DIR)/sendchar_uart.c \
9         $(COMMON_DIR)/uart.c
10
11 # TODO: compatible with LUFA and PJRC
12 # V-USB
13 #
14 #VUSB_DIR = protocol/vusb
15 #OPT_DEFS += -DPROTOCOL_VUSB
16 #SRC += $(VUSB_DIR)/vusb.c \
17 #       $(VUSB_DIR)/usbdrv/usbdrv.c \
18 #       $(VUSB_DIR)/usbdrv/usbdrvasm.S \
19 #       $(VUSB_DIR)/usbdrv/oddebug.c
20 #VPATH += $(TOP_DIR)/protocol/vusb:$(TOP_DIR)/protocol/vusb/usbdrv
21
22
23 # Search Path
24 VPATH += $(TOP_DIR)/protocol/iwrap