diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-07-12 01:23:45 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-07-12 01:23:45 +0100 |
commit | 2be40d74606cb2c09a0b3e741e4420c5195ca956 (patch) | |
tree | 701bc83b57d7a877bf1ef8d4d51d3d304c7b2b59 /docs | |
parent | 152d973b05c98f35ef995c5c117086d64ec08ab4 (diff) | |
download | librebootfr-2be40d74606cb2c09a0b3e741e4420c5195ca956.tar.gz librebootfr-2be40d74606cb2c09a0b3e741e4420c5195ca956.zip |
docs/git/index.html: notes about build/module/list
Diffstat (limited to 'docs')
-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/> |