summaryrefslogtreecommitdiffstats
path: root/docs/git/index.html
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-07-11 20:23:45 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-07-11 20:23:45 (EDT)
commit2be40d74606cb2c09a0b3e741e4420c5195ca956 (patch)
tree701bc83b57d7a877bf1ef8d4d51d3d304c7b2b59 /docs/git/index.html
parent152d973b05c98f35ef995c5c117086d64ec08ab4 (diff)
downloadlibreboot-2be40d74606cb2c09a0b3e741e4420c5195ca956.zip
libreboot-2be40d74606cb2c09a0b3e741e4420c5195ca956.tar.gz
libreboot-2be40d74606cb2c09a0b3e741e4420c5195ca956.tar.bz2
docs/git/index.html: notes about build/module/list
Diffstat (limited to 'docs/git/index.html')
-rw-r--r--docs/git/index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/git/index.html b/docs/git/index.html
index faab899..8863974 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/>