Skip to content
Snippets Groups Projects
Commit bc0eb3b7 authored by Daniel Friesel's avatar Daniel Friesel
Browse files

msp430fr5994lp: fix attribute generation with large mode enabled

parent 3fc8b049
No related branches found
No related tags found
No related merge requests found
......@@ -178,7 +178,12 @@ arch_info:
@echo "sleep_ms Overflow: 250 500"
@echo "Monitor: /dev/${SERIAL_PORT} 115200"
ifdef CONFIG_arch_msp430fr5994lp_large_mode
attributes: build/system.elf
${QUIET}script/size.py ${SIZE} text,lower.text,upper.text,data,lower.data,upper.data data,lower.data,upper.data,bss,lower.bss,upper.bss
else
attributes: build/system.elf
${QUIET}script/size.py ${SIZE} text,data data,bss
endif
.PHONY: arch_clean arch_help arch_info attributes monitor program
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment