diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/build/tools.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/tools.rst b/doc/build/tools.rst index ec01722925..5bfa05b232 100644 --- a/doc/build/tools.rst +++ b/doc/build/tools.rst @@ -45,3 +45,12 @@ Launch the MSYS2 shell of the MSYS2 environment, and do the following:: $ make tools-only_defconfig $ make tools-only + + +Building without Python +----------------------- + +The tools-only builds bytes pylibfdt by default. To disable this, use the +NO_PYTHON variable:: + + NO_PYTHON=1 make tools-only_defconfig tools-only |