summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2016-07-06 14:22:34 +0200
committerFred Sundvik <fsundvik@gmail.com>2016-07-06 15:06:53 +0200
commit4b45deb652045aac73e5fdd7412a73bcef19c0c8 (patch)
treed9e7528b3b184c27a92f14aa3e9ce84cb45e0c00 /Makefile
parenta7e3e4e652a2b9f172282f3876d74ee247a63105 (diff)
downloadqmk_firmware-4b45deb652045aac73e5fdd7412a73bcef19c0c8.tar.gz
qmk_firmware-4b45deb652045aac73e5fdd7412a73bcef19c0c8.tar.xz
Enable serial_link support for ChibiOS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 79f9e8b42..cfbe0e994 100644
--- a/Makefile
+++ b/Makefile
@@ -208,7 +208,7 @@ ifeq ($(strip $(SERIAL_LINK_ENABLE)), yes)
SERIAL_SRC = $(wildcard $(SERIAL_PATH)/protocol/*.c)
SERIAL_SRC += $(wildcard $(SERIAL_PATH)/system/*.c)
SRC += $(patsubst $(QUANTUM_PATH)/%,%,$(SERIAL_SRC))
- OPT_DEFS += -DUSE_SERIAL_LINK
+ OPT_DEFS += -DSERIAL_LINK_ENABLE
VAPTH += $(SERIAL_PATH)
endif