]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - protocol/iwrap.mk
Fix HHKB iWRAP build
[tmk_firmware.git] / protocol / iwrap.mk
index d9906fd1b4724b270c8462a832fd35a32ed8f051..9c83075a4ac0c4d3e9174ccef4d1491fb49a8e4d 100644 (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