wolfBoot/lib/README.md

16 lines
266 B
Markdown

# lib
Submodules from other repositories:
- wolfHSM
- wolfPKCS11
- wolfssl
- wolfTPM
If you cloned wolfBoot from GitHub (rather than using a release package), you'll need to initialize and update the git submodules first:
```
git submodule update --init
```