diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-12-07 13:12:13 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-12-07 13:12:13 +0100 |
commit | 00205e4996df209dc43664af7c171d34c2e97cda (patch) | |
tree | 973fce7058b2ef2d3228471a01a191e0fd5f308a /src/arch/msp430fr5969lp | |
parent | 32f50fd665992f43e099fe195f94153100bf1574 (diff) |
use custom stack analyzer
Diffstat (limited to 'src/arch/msp430fr5969lp')
-rw-r--r-- | src/arch/msp430fr5969lp/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/arch/msp430fr5969lp/Makefile.inc b/src/arch/msp430fr5969lp/Makefile.inc index b2c0231..1ea1c05 100644 --- a/src/arch/msp430fr5969lp/Makefile.inc +++ b/src/arch/msp430fr5969lp/Makefile.inc @@ -16,9 +16,7 @@ CXX = /opt/msp430/ti/gcc/bin/msp430-elf-g++ OBJCOPY = /opt/msp430/ti/gcc/bin/msp430-elf-objcopy OBJDUMP = /opt/msp430/ti/gcc/bin/msp430-elf-objdump -# For each function call, the 4-Byte (20 bits at 2-Byte alignment) return -# address is pushed onto the stack. -ARCH_CALL_COST = 4 +ARCH_SHORTNAME = msp430 CXX_TARGETS += src/arch/msp430fr5969lp/arch.cc |