diff options
Diffstat (limited to 'util/abuild/abuild.1')
-rw-r--r-- | util/abuild/abuild.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/util/abuild/abuild.1 b/util/abuild/abuild.1 index 251a91279e..44439e9213 100644 --- a/util/abuild/abuild.1 +++ b/util/abuild/abuild.1 @@ -3,7 +3,7 @@ abuild \- build coreboot images for all available targets .SH SYNOPSIS .B abuild -\fR[\fB\-abvxsTVh\fR] [\fB\-c\fR numcpus|max] [\fB\-t\fR vendor/board] [\fB\-p\fR dir] +\fR[\fB\-abrvxsTVh\fR] [\fB\-c\fR numcpus|max] [\fB\-t\fR vendor/board] [\fB\-p\fR dir] [LBROOT] .SH DESCRIPTION .B abuild @@ -36,6 +36,12 @@ path of the payload. .B "\-t, \-\-target <vendor/board>" Attempt to build target vendor/board only. .TP +.B "\-r, \-\-remove" +Remove mainboard build directory after the respective target has been +built. This is mainly used for development purposes, when you don't need +the actual build output, but rather only want to know if a build failed +or not. +.TP .B "\-x, \-\-xml" Write an XML log file instead of a plain-text one. The file will be called |