diff options
Diffstat (limited to 'protocol/iwrap.mk')
| -rw-r--r-- | protocol/iwrap.mk | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/protocol/iwrap.mk b/protocol/iwrap.mk index d9906fd1b..9c83075a4 100644 --- a/protocol/iwrap.mk +++ b/protocol/iwrap.mk | |||
| @@ -1,9 +1,11 @@ | |||
| 1 | IWRAP_DIR = protocol/iwrap | ||
| 2 | |||
| 1 | OPT_DEFS += -DHOST_IWRAP | 3 | OPT_DEFS += -DHOST_IWRAP |
| 2 | 4 | ||
| 3 | SRC += iwrap.c \ | 5 | SRC += $(IWRAP_DIR)/iwrap.c \ |
| 4 | suart.S \ | 6 | $(IWRAP_DIR)/suart.S \ |
| 5 | sendchar_uart.c \ | 7 | $(IWRAP_DIR)/sendchar_uart.c \ |
| 6 | uart.c | 8 | $(IWRAP_DIR)/uart.c |
| 7 | 9 | ||
| 8 | 10 | ||
| 9 | # Search Path | 11 | # Search Path |
