diff options
author | tmk <hasu@tmk-kbd.com> | 2015-04-09 16:20:42 +0900 |
---|---|---|
committer | tmk <hasu@tmk-kbd.com> | 2015-04-09 16:20:42 +0900 |
commit | b4e2d325f355a4d083106476393775e75e11f284 (patch) | |
tree | 8af0a44ec2f1876ed440b404f1520097db9d5dcc /tool | |
parent | 08ec8bbe5d39f224869a68acd6fc0c8265e18226 (diff) |
Change TOP_DIR to TMK_DIR in makefiles
Diffstat (limited to 'tool')
-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 |