diff options
Diffstat (limited to 'tool/mbed/gcc.mk')
| -rw-r--r-- | tool/mbed/gcc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/mbed/gcc.mk b/tool/mbed/gcc.mk index 0fc41fe27..032f7c6ca 100644 --- a/tool/mbed/gcc.mk +++ b/tool/mbed/gcc.mk | |||
| @@ -7,7 +7,7 @@ LD = $(GCC_BIN)arm-none-eabi-gcc | |||
| 7 | OBJCOPY = $(GCC_BIN)arm-none-eabi-objcopy | 7 | OBJCOPY = $(GCC_BIN)arm-none-eabi-objcopy |
| 8 | OBJDUMP = $(GCC_BIN)arm-none-eabi-objdump | 8 | OBJDUMP = $(GCC_BIN)arm-none-eabi-objdump |
| 9 | SIZE = $(GCC_BIN)arm-none-eabi-size | 9 | SIZE = $(GCC_BIN)arm-none-eabi-size |
| 10 | CHKSUM = ~/Dropbox/MBED/tool/lpc-vector-checksum | 10 | CHKSUM = $(TMK_DIR)/tool/mbed/lpc-vector-checksum |
| 11 | 11 | ||
| 12 | CPU = -mcpu=cortex-m0 -mthumb | 12 | CPU = -mcpu=cortex-m0 -mthumb |
| 13 | 13 | ||
