Commit bc0eb3b7 authored by Daniel Friesel's avatar Daniel Friesel
Browse files

msp430fr5994lp: fix attribute generation with large mode enabled

parent 3fc8b049
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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