summaryrefslogtreecommitdiffstats
path: root/tool/mbed/common.mk
diff options
context:
space:
mode:
authortmk <hasu@tmk-kbd.com>2015-04-09 09:20:42 +0200
committertmk <hasu@tmk-kbd.com>2015-04-09 09:20:42 +0200
commitb4e2d325f355a4d083106476393775e75e11f284 (patch)
tree8af0a44ec2f1876ed440b404f1520097db9d5dcc /tool/mbed/common.mk
parent08ec8bbe5d39f224869a68acd6fc0c8265e18226 (diff)
downloadqmk_firmware-b4e2d325f355a4d083106476393775e75e11f284.tar.gz
qmk_firmware-b4e2d325f355a4d083106476393775e75e11f284.tar.xz
Change TOP_DIR to TMK_DIR in makefiles
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
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