This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
2011-09-17 13:39:50 +00:00
|
|
|
OPT_DEFS += -DHOST_IWRAP
|
|
|
|
|
|
|
|
SRC += iwrap.c \
|
|
|
|
suart.S \
|
|
|
|
sendchar_uart.c \
|
|
|
|
uart.c
|
|
|
|
|
|
|
|
|
|
|
|
# Search Path
|
2012-06-07 03:35:24 +00:00
|
|
|
VPATH += $(TOP_DIR)/protocol/iwrap
|