aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMoritz Buhl <moritz.buhl@gmail.com>2025-07-15 12:49:23 +0200
committerAleksandr Nogikh <nogikh@google.com>2025-07-18 10:10:40 +0000
commitf550e092f20bedb5ac8afe072f6ec275d5136517 (patch)
treed4b4437e0f48c7ac5ef8f5bb0ae939dc3ed445b4 /docs
parent1a24228b092c1d3e5beca18df0681b331b6e4878 (diff)
doc: fix sourcedir variable name
Commit d34313c changed the sourcedir variable in the syz-extract command but did not adjust the text beneath it.
Diffstat (limited to 'docs')
-rw-r--r--docs/syscall_descriptions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/syscall_descriptions.md b/docs/syscall_descriptions.md
index 911232f08..6f67e2112 100644
--- a/docs/syscall_descriptions.md
+++ b/docs/syscall_descriptions.md
@@ -252,7 +252,7 @@ make
`$ARCH` is one of `amd64`, `386` `arm64`, `arm`, `ppc64le`, `mips64le`.
If the subsystem is supported on several architectures, then run `syz-extract` for each arch.
-`$LINUX` should point to kernel source checkout, which is configured for the
+`$KSRC` should point to kernel source checkout, which is configured for the
corresponding arch (i.e. you need to run `make ARCH=arch someconfig && make ARCH=arch` there first,
remember to add `CROSS_COMPILE=arm-linux-gnueabi-/aarch64-linux-gnu-/powerpc64le-linux-gnu-` if needed).
If the kernel was built into a separate directory (with `make O=output_dir`, remember to put .config