mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-11 02:59:09 +00:00
10 lines
126 B
Makefile
10 lines
126 B
Makefile
OPT_DEFS += -DHOST_IWRAP
|
|
|
|
SRC += iwrap.c \
|
|
suart.S \
|
|
sendchar_uart.c \
|
|
uart.c
|
|
|
|
|
|
# Search Path
|
|
VPATH += $(COMMON_DIR)/iwrap
|