From c9ee712bc8f2ce4431e990c85ab975f50a569300 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 17 Jun 2017 13:54:15 +0200 Subject: sys/syz-extract: move from syz-extract --- docs/syscall_descriptions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/syscall_descriptions.md') 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`. -- cgit mrf-deployment