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
|
OPT_DEFS += -DHOST_IWRAP
|
||||||
|
|
||||||
SRC += iwrap.c \
|
SRC += $(IWRAP_DIR)/iwrap.c \
|
||||||
suart.S \
|
$(IWRAP_DIR)/suart.S \
|
||||||
sendchar_uart.c \
|
$(IWRAP_DIR)/sendchar_uart.c \
|
||||||
uart.c
|
$(IWRAP_DIR)/uart.c
|
||||||
|
|
||||||
|
|
||||||
# Search Path
|
# Search Path
|
||||||
|
Reference in New Issue
Block a user