From 4ad459122d91d3a9406a311a3d5260a24c8560e7 Mon Sep 17 00:00:00 2001 From: tmk Date: Wed, 17 Oct 2012 14:25:08 +0900 Subject: [PATCH] Fix HHKB iWRAP build --- protocol/iwrap.mk | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/protocol/iwrap.mk b/protocol/iwrap.mk index d9906fd1..9c83075a 100644 --- a/protocol/iwrap.mk +++ b/protocol/iwrap.mk @@ -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