mirror of https://github.com/wolfSSL/wolfBoot.git
static library docs
parent
9fc5f75234
commit
626db410be
1
Makefile
1
Makefile
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue