static library docs

pull/878/head
Brett Nicholas 2026-08-27 15:07:35 -06:00
parent 9fc5f75234
commit 626db410be
2 changed files with 1 additions and 1 deletions

View File

@ -763,6 +763,7 @@ clean:
$(Q)rm -f $(WH_NVM_BIN) $(WH_NVM_HEX)
$(Q)rm -f test-lib
$(Q)rm -f lib-fs
$(Q)rm -f libwolfboot.a
$(Q)$(MAKE) -C test-app clean V=$(V)
$(Q)$(MAKE) -C tools/check_config -s clean
$(Q)$(MAKE) -C stage1 -s clean

View File

@ -4,7 +4,6 @@ Instead of building as standalone repository, wolfBoot can be built as
a secure-boot library and integrated in third party bootloaders, custom
staging solutions etc.
## Library API
The wolfBoot secure-boot image verification has a very simple interface.