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