summaryrefslogtreecommitdiff
path: root/src/arch/esp8266
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/esp8266
parentd29c615741006cce3c49f64b4ba23534534e5526 (diff)
add nfpvalues and nfpkeys make targets
Diffstat (limited to 'src/arch/esp8266')
-rw-r--r--src/arch/esp8266/Makefile.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/esp8266/Makefile.inc b/src/arch/esp8266/Makefile.inc
index b796bc4..51106b1 100644
--- a/src/arch/esp8266/Makefile.inc
+++ b/src/arch/esp8266/Makefile.inc
@@ -121,4 +121,7 @@ arch_info:
attributes: build/system.elf
${QUIET}script/size.py ${SIZE} text,irom0.text data,bss
+nfpvalues: build/system.elf
+ ${QUIET}script/nfpvalues.py ${SIZE} text,irom0.text data,bss
+
.PHONY: arch_clean arch_help arch_info attributes cat monitor program