This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.

12 lines
255 B
Makefile
Raw Normal View History

BLUEFRUIT_DIR = protocol/bluefruit
SRC += $(BLUEFRUIT_DIR)/main.c \
$(BLUEFRUIT_DIR)/bluefruit.c \
2020-02-06 11:30:45 +11:00
serial_uart.c
# Search Path
VPATH += $(TMK_DIR)/$(BLUEFRUIT_DIR)
#VPATH += $(TMK_DIR)/$(BLUEFRUIT_DIR)/usb_debug_only
OPT_DEFS += -DPROTOCOL_BLUEFRUIT