Fix HHKB iWRAP build
This commit is contained in:
parent
d4597ec6af
commit
4ad459122d
@ -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
|
||||
|
Reference in New Issue
Block a user