diff options
-rw-r--r-- | docs/git/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/git/index.html b/docs/git/index.html index faab8991..88639741 100644 --- a/docs/git/index.html +++ b/docs/git/index.html @@ -801,6 +801,12 @@ </p> <p> + You can also build each modules separately, using <i>./build module modulename</i>. + To see the possible values for <i>modulename</i>, use:<br/> + $ <b>./build module list</b> + </p> + + <p> NOTE: crossgcc is included in <i>coreboot/util/crossgcc/tarballs/</i> in the release archives, but the build system for libreboot does not automatically download/build it. If you are using libreboot from the git repository, make sure to do the following:<br/> |