forked from mirrors/qmk_userspace
Fix HHKB iWRAP build
This commit is contained in:
parent
bbff8ae1c1
commit
8570c25379
3 changed files with 13 additions and 10 deletions
|
@ -1,9 +1,11 @@
|
|||
IWRAP_DIR = protocol/iwrap
|
||||
|
||||
OPT_DEFS += -DHOST_IWRAP
|
||||
|
||||
SRC += iwrap.c \
|
||||
suart.S \
|
||||
sendchar_uart.c \
|
||||
uart.c
|
||||
SRC += $(IWRAP_DIR)/iwrap.c \
|
||||
$(IWRAP_DIR)/suart.S \
|
||||
$(IWRAP_DIR)/sendchar_uart.c \
|
||||
$(IWRAP_DIR)/uart.c
|
||||
|
||||
|
||||
# Search Path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue