diff options
Diffstat (limited to 'tool/mbed/common.mk')
-rw-r--r-- | tool/mbed/common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/mbed/common.mk b/tool/mbed/common.mk index 403da9ac8d..77bf7c3e49 100644 --- a/tool/mbed/common.mk +++ b/tool/mbed/common.mk @@ -77,5 +77,5 @@ endif ifdef KEYMAP_SECTION_ENABLE $(error Not Supported) OPT_DEFS += -DKEYMAP_SECTION_ENABLE - EXTRALDFLAGS = -Wl,-L$(TOP_DIR),-Tldscript_keymap_avr5.x + EXTRALDFLAGS = -Wl,-L$(TMK_DIR),-Tldscript_keymap_avr5.x endif |