From bfea211b190d5dfe06d0ab88ba1b5bfc0781e57b Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 11 Oct 2021 09:46:29 +0200 Subject: add nfpvalues and nfpkeys make targets --- src/arch/lm4f120h5qr-stellaris/Makefile.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/arch/lm4f120h5qr-stellaris') diff --git a/src/arch/lm4f120h5qr-stellaris/Makefile.inc b/src/arch/lm4f120h5qr-stellaris/Makefile.inc index 7d1e5e9..38f799f 100644 --- a/src/arch/lm4f120h5qr-stellaris/Makefile.inc +++ b/src/arch/lm4f120h5qr-stellaris/Makefile.inc @@ -127,4 +127,7 @@ arch_info: attributes: build/system.elf ${QUIET}script/size.py ${SIZE} text,data data,bss +nfpvalues: build/system.elf + ${QUIET}script/nfpvalues.py ${SIZE} text,data data,bss + .PHONY: arch_clean arch_help arch_info attributes cat monitor program -- cgit v1.2.3