summaryrefslogtreecommitdiff
path: root/tool/mbed/gcc.mk
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2014-06-20 15:30:10 +0900
committertmk <nobody@nowhere>2014-07-30 14:07:43 +0900
commita9f5f201ad6b009675fdf16c4447033cc2ac0995 (patch)
tree0a02e89376f69ef975096af9490034725d8eb751 /tool/mbed/gcc.mk
parentb4a91ecf4e46ee533563fd759e26dd249bf6b4de (diff)
Add checksum tool for NXP LPC
Diffstat (limited to 'tool/mbed/gcc.mk')
-rw-r--r--tool/mbed/gcc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/mbed/gcc.mk b/tool/mbed/gcc.mk
index 0fc41fe275..032f7c6cae 100644
--- a/tool/mbed/gcc.mk
+++ b/tool/mbed/gcc.mk
@@ -7,7 +7,7 @@ LD = $(GCC_BIN)arm-none-eabi-gcc
OBJCOPY = $(GCC_BIN)arm-none-eabi-objcopy
OBJDUMP = $(GCC_BIN)arm-none-eabi-objdump
SIZE = $(GCC_BIN)arm-none-eabi-size
-CHKSUM = ~/Dropbox/MBED/tool/lpc-vector-checksum
+CHKSUM = $(TMK_DIR)/tool/mbed/lpc-vector-checksum
CPU = -mcpu=cortex-m0 -mthumb