diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-10-17 19:07:15 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-10-17 19:07:15 -0400 |
| commit | 00ec5a99cddab61865d5e3aff3c2dd5d7afeb9f7 (patch) | |
| tree | 2b166948ec08ead28fe31fd325d6209242d1b7ba /static | |
| parent | b220d9df824918bfdc4f8976b40570fd15b833e7 (diff) | |
all kernels use submodules now
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/static/build.html b/static/build.html index cfa2d71e..22ad233a 100644 --- a/static/build.html +++ b/static/build.html @@ -412,12 +412,11 @@ cd ../..</pre> marked as using a separate build above need to have the device variant passed to the GrapheneOS kernel build script to select the device.</p> - <p>For the Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL and Pixel - 4a the kernel repository uses submodules for building in out-of-tree modules. You need - to make sure the submodule sources are updated before building. In the future, this - should end up being handled automatically by <code>repo</code>. There's no harm in - running the submodule commands for other devices as they will simply not do - anything.</p> + <p>The kernel repositories use submodules for building in out-of-tree modules. + You need to make sure the submodule sources are updated before building. In + the future, this should end up being handled automatically by + <code>repo</code>. There's no harm in running the submodule commands for other + devices as they will simply not do anything.</p> <p>For example, to build the kernel for redfin:</p> |
