2012-10-17 07:25:08 +02:00
|
|
|
IWRAP_DIR = protocol/iwrap
|
|
|
|
|
2011-09-17 15:39:50 +02:00
|
|
|
OPT_DEFS += -DHOST_IWRAP
|
|
|
|
|
2012-10-17 07:25:08 +02:00
|
|
|
SRC += $(IWRAP_DIR)/iwrap.c \
|
|
|
|
$(IWRAP_DIR)/suart.S \
|
|
|
|
$(IWRAP_DIR)/sendchar_uart.c \
|
|
|
|
$(IWRAP_DIR)/uart.c
|
2011-09-17 15:39:50 +02:00
|
|
|
|
|
|
|
|
|
|
|
# Search Path
|
2012-06-07 05:35:24 +02:00
|
|
|
VPATH += $(TOP_DIR)/protocol/iwrap
|