]> git.gir.st - tmk_keyboard.git/blob - protocol/iwrap.mk
Fix LUFA descriptor of Extra for Windows
[tmk_keyboard.git] / protocol / iwrap.mk
1 OPT_DEFS += -DHOST_IWRAP
2
3 SRC += iwrap.c \
4 suart.S \
5 sendchar_uart.c \
6 uart.c
7
8
9 # Search Path
10 VPATH += $(TOP_DIR)/protocol/iwrap
Imprint / Impressum