]> git.friedersdorff.com Git - max/tmk_keyboard.git/blob - protocol/iwrap.mk
Merge branch 'eeprom_config'
[max/tmk_keyboard.git] / protocol / iwrap.mk
1 IWRAP_DIR = protocol/iwrap
2
3 OPT_DEFS += -DPROTOCOL_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