]> git.donarmstrong.com Git - tmk_firmware.git/blob - protocol/iwrap.mk
Fix keymap for new framework
[tmk_firmware.git] / protocol / iwrap.mk
1 IWRAP_DIR = protocol/iwrap
2
3 OPT_DEFS += -DHOST_IWRAP
4
5 SRC +=  $(IWRAP_DIR)/iwrap.c \
6         $(IWRAP_DIR)/suart.S \
7         $(IWRAP_DIR)/sendchar_uart.c \
8         $(IWRAP_DIR)/uart.c
9
10
11 # Search Path
12 VPATH += $(TOP_DIR)/protocol/iwrap