Fix HHKB iWRAP build

This commit is contained in:
tmk 2012-10-17 14:25:08 +09:00
parent bbff8ae1c1
commit 8570c25379
3 changed files with 13 additions and 10 deletions

View file

@ -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