aboutsummaryrefslogtreecommitdiff
path: root/tool/mbed/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tool/mbed/common.mk')
-rw-r--r--tool/mbed/common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/mbed/common.mk b/tool/mbed/common.mk
index 403da9ac8..77bf7c3e4 100644
--- a/tool/mbed/common.mk
+++ b/tool/mbed/common.mk
@@ -77,5 +77,5 @@ endif
77ifdef KEYMAP_SECTION_ENABLE 77ifdef KEYMAP_SECTION_ENABLE
78 $(error Not Supported) 78 $(error Not Supported)
79 OPT_DEFS += -DKEYMAP_SECTION_ENABLE 79 OPT_DEFS += -DKEYMAP_SECTION_ENABLE
80 EXTRALDFLAGS = -Wl,-L$(TOP_DIR),-Tldscript_keymap_avr5.x 80 EXTRALDFLAGS = -Wl,-L$(TMK_DIR),-Tldscript_keymap_avr5.x
81endif 81endif