diff options
Diffstat (limited to 'protocol/iwrap.mk')
| -rw-r--r-- | protocol/iwrap.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/protocol/iwrap.mk b/protocol/iwrap.mk new file mode 100644 index 000000000..ea4a6e972 --- /dev/null +++ b/protocol/iwrap.mk | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | OPT_DEFS += -DHOST_IWRAP | ||
| 2 | |||
| 3 | SRC += iwrap.c \ | ||
| 4 | suart.S \ | ||
| 5 | sendchar_uart.c \ | ||
| 6 | uart.c | ||
| 7 | |||
| 8 | |||
| 9 | # Search Path | ||
| 10 | VPATH += $(COMMON_DIR)/iwrap | ||
