diff options
| author | Alexey Gavrilov <alexey.gavrilov@mail.com> | 2026-07-17 10:36:35 +0700 |
|---|---|---|
| committer | Alexey Gavrilov <alexey.gavrilov@mail.com> | 2026-07-17 10:36:35 +0700 |
| commit | 3103eac61c5ad371eb6251c1998ff72d62ea3b03 (patch) | |
| tree | c663eefd1f71f30b4053d54d8ea18743d669d9ce /BUILD.md | |
| parent | 23bf8bbaa4bb5f3725bc6e07283aa9f5b94f0943 (diff) | |
Add a new cmake project variable and doc update
A `IS_BIND_FEATURES_TO_BUILD` option has influence the
`bindFeatureToBuild` function calling if it is specifies.
Add some cmake options in build documentation
Signed-off-by: Alexey Gavrilov <alexey.gavrilov@mail.com>
Diffstat (limited to 'BUILD.md')
| -rw-r--r-- | BUILD.md | 19 |
1 files changed, 16 insertions, 3 deletions
@@ -45,13 +45,26 @@ It is reccommended to build grub from source configured target as chose architecture. - To build grub from source refer to the [documentation](https://www.gnu.org/software/grub/manual/grub/html_node/Obtaining-and-Building-GRUB.html) + To build grub from source refer to the + [documentation](https://www.gnu.org/software/grub/manual/grub/html_node/Obtaining-and-Building-GRUB.html) ## Kernel configuration -You can configure kernel using cmake -D option. All cmake options build-in are supported +You can configure kernel using cmake -D<var>:<type>=<value> option. All cmake build-in options are supported. ### Options -Not yet available options +#### Objective project relative options + +**IS_BIND_FEATURES_TO_BUILD**:BOOL + + Check run matches features dependencies with the objective project toolset + (it is a compiler and architecture). + +#### Features module relative options + +**FEATURES_SUSPEND**:BOOL + + All cmake feature module functions are suppress and print the warning about + it is suspend. ## Build instructions |
