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