bulidman: Add support for a simple build
[oweals/u-boot.git] / tools / buildman / README
index c1ac0d0f58d826cedb2ef64ed6defd68cf2fc0f2..abbbbea9f211e46e67b30c2199e792571c68b94d 100644 (file)
@@ -1056,6 +1056,17 @@ toolchain. For example:
    buildman -O clang-7 --board sandbox
 
 
+Doing a simple build
+====================
+
+In some cases you just want to build a single board and get the full output, use
+the -w option, for example:
+
+   buildman -o /tmp/build --board sandbox -w
+
+This will write the full build into /tmp/build including object files.
+
+
 Other options
 =============