aboutsummaryrefslogtreecommitdiffstats
path: root/protocol/iwrap.mk
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2012-06-11 10:53:02 +0900
committertmk <nobody@nowhere>2012-06-11 10:53:02 +0900
commit62d1ebb91c7b381ce3d88aad9ee0b03bea9fce26 (patch)
tree6b10864a310f611187e1b61102da7da1db1d2e29 /protocol/iwrap.mk
parent225de7a847a511d004bf909b1334e19497cf2f9d (diff)
parent81706d1130fdc3c0d6d110f4d8665c47ffd7fb59 (diff)
downloadfirmware-62d1ebb91c7b381ce3d88aad9ee0b03bea9fce26.tar.gz
firmware-62d1ebb91c7b381ce3d88aad9ee0b03bea9fce26.tar.bz2
firmware-62d1ebb91c7b381ce3d88aad9ee0b03bea9fce26.zip
Merge branch 'newdir'
Diffstat (limited to 'protocol/iwrap.mk')
-rw-r--r--protocol/iwrap.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/protocol/iwrap.mk b/protocol/iwrap.mk
new file mode 100644
index 000000000..d9906fd1b
--- /dev/null
+++ b/protocol/iwrap.mk
@@ -0,0 +1,10 @@
+OPT_DEFS += -DHOST_IWRAP
+
+SRC += iwrap.c \
+ suart.S \
+ sendchar_uart.c \
+ uart.c
+
+
+# Search Path
+VPATH += $(TOP_DIR)/protocol/iwrap