You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

iwrap.mk 132B

12345678910
  1. OPT_DEFS += -DHOST_IWRAP
  2. SRC += iwrap.c \
  3. suart.S \
  4. sendchar_uart.c \
  5. uart.c
  6. # Search Path
  7. VPATH += $(TOP_DIR)/protocol/iwrap