diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2021-10-11 09:46:29 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2021-10-11 09:46:29 +0200 |
commit | bfea211b190d5dfe06d0ab88ba1b5bfc0781e57b (patch) | |
tree | 94f6a782510a940f59bbbae384ed26600886e108 /src/arch/lm4f120h5qr-stellaris | |
parent | d29c615741006cce3c49f64b4ba23534534e5526 (diff) |
add nfpvalues and nfpkeys make targets
Diffstat (limited to 'src/arch/lm4f120h5qr-stellaris')
-rw-r--r-- | src/arch/lm4f120h5qr-stellaris/Makefile.inc | 3 |
1 files changed, 3 insertions, 0 deletions
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 |