summaryrefslogtreecommitdiff
path: root/src/arch/posix
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2021-10-11 09:46:29 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2021-10-11 09:46:29 +0200
commitbfea211b190d5dfe06d0ab88ba1b5bfc0781e57b (patch)
tree94f6a782510a940f59bbbae384ed26600886e108 /src/arch/posix
parentd29c615741006cce3c49f64b4ba23534534e5526 (diff)
add nfpvalues and nfpkeys make targets
Diffstat (limited to 'src/arch/posix')
-rw-r--r--src/arch/posix/Makefile.inc3
1 files changed, 3 insertions, 0 deletions
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