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/posix/Makefile.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/arch/posix') diff --git a/src/arch/posix/Makefile.inc b/src/arch/posix/Makefile.inc index 5e7e7ee..2f938a8 100644 --- a/src/arch/posix/Makefile.inc +++ b/src/arch/posix/Makefile.inc @@ -77,4 +77,7 @@ arch_info: attributes: build/system.elf ${QUIET}script/size.py size text data,bss +nfpvalues: build/system.elf + ${QUIET}script/nfpvalues.py size text data,bss + .PHONY: arch_clean arch_help arch_info attributes monitor program run -- cgit v1.2.3