aboutsummaryrefslogtreecommitdiff
path: root/protocol/iwrap.mk
diff options
context:
space:
mode:
Diffstat (limited to 'protocol/iwrap.mk')
-rw-r--r--protocol/iwrap.mk10
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 @@
1IWRAP_DIR = protocol/iwrap
2
1OPT_DEFS += -DHOST_IWRAP 3OPT_DEFS += -DHOST_IWRAP
2 4
3SRC += iwrap.c \ 5SRC += $(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