summaryrefslogtreecommitdiffstats
path: root/docs/git/index.html
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-03-01 16:58:20 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-03-01 16:58:20 (EST)
commit5dea740f8a8bf2461b6eb315fd59d66b9208ac9e (patch)
tree0159f5e7c1017566757714eae9ebc5d693e706e8 /docs/git/index.html
parentd84518dae9a0eb3f642017aac862595173e8935e (diff)
downloadlibreboot-5dea740f8a8bf2461b6eb315fd59d66b9208ac9e.zip
libreboot-5dea740f8a8bf2461b6eb315fd59d66b9208ac9e.tar.gz
libreboot-5dea740f8a8bf2461b6eb315fd59d66b9208ac9e.tar.bz2
docs/git/index.html: Add notes about building for specific boards
Diffstat (limited to 'docs/git/index.html')
-rw-r--r--docs/git/index.html11
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/git/index.html b/docs/git/index.html
index de8c046..2b0970e 100644
--- a/docs/git/index.html
+++ b/docs/git/index.html
@@ -616,8 +616,15 @@
</p>
<p>
- After that, build the ROM images:<br/>
- $ <b>./build roms withgrub</b>
+ After that, build the ROM images (for all boards):<br/>
+ $ <b>./build roms withgrub</b><br/>
+ Alternatively, you can build for a specific board or set of boards.
+ For example:<br/>
+ $ <b>./build roms withgrub x60</b><br/>
+ $ <b>./build roms withgrub x200_8mb</b><br/>
+ $ <b>./build roms withgrub x60 x200_8mb</b><br/>
+ The list of board options can be found by looking at the directory
+ names in <b>resources/libreboot/config/</b>.
</p>
<p>