blob: 9c83075a4ac0c4d3e9174ccef4d1491fb49a8e4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
IWRAP_DIR = protocol/iwrap
OPT_DEFS += -DHOST_IWRAP
SRC += $(IWRAP_DIR)/iwrap.c \
$(IWRAP_DIR)/suart.S \
$(IWRAP_DIR)/sendchar_uart.c \
$(IWRAP_DIR)/uart.c
# Search Path
VPATH += $(TOP_DIR)/protocol/iwrap
|