diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-06-17 13:54:15 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-06-17 14:41:15 +0200 |
| commit | c9ee712bc8f2ce4431e990c85ab975f50a569300 (patch) | |
| tree | c02fcd56b46911a3d4c6c6890d5b410134764e48 /docs/syscall_descriptions.md | |
| parent | 6828dc3a613eab724840ba670955f4eaca70ab12 (diff) | |
sys/syz-extract: move from syz-extract
Diffstat (limited to 'docs/syscall_descriptions.md')
| -rw-r--r-- | docs/syscall_descriptions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/syscall_descriptions.md b/docs/syscall_descriptions.md index 7243839c9..0c0041343 100644 --- a/docs/syscall_descriptions.md +++ b/docs/syscall_descriptions.md @@ -44,7 +44,7 @@ First, add a declarative description of the new system call to the appropriate f The description of the syntax can be found [here](syscall_descriptions_syntax.md). -If the subsystem is present in the mainline kernel, add the new txt file to `extract.sh` file +If the subsystem is present in the mainline kernel, add the new txt file to `sys/extract.sh` file and run `make extract LINUX=$KSRC` with `$KSRC` set to the location of a kernel source tree. This will generate const files. Not, that this will overwrite `.config` file you have in `$KSRC`. |
