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 b235b01b..4010eff0 100644 --- a/docs/git/index.html +++ b/docs/git/index.html @@ -872,6 +872,12 @@ The list of board options can be found by looking at the directory names in <b>resources/libreboot/config/grub/</b>. </p> + <p> + For those boards which use the depcharge payload, you must use: + $ <b>./build roms withdepthcharge</b><br/> + You can also build for a specific board or set of boards. For example:<br/> + $ <b>./build roms withdepthcharge veyron_speedy</b> + </p> <p> To clean (reverse) everything, do the following:<br/> |