From 8a06fe656dc01f535065f9d0fa098a274ca910b6 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 24 Oct 2024 14:18:56 +0200 Subject: tools/syz-declextract: assume compilation database is in build dir That's where it is. --- tools/syz-declextract/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/syz-declextract/README.md') diff --git a/tools/syz-declextract/README.md b/tools/syz-declextract/README.md index 1642bfe39..bccd23304 100644 --- a/tools/syz-declextract/README.md +++ b/tools/syz-declextract/README.md @@ -39,5 +39,5 @@ make -j`nproc` syz-declextract Download `run.go`, build it and run it ``` go build run.go -./run -compile_commands $KERNEL/compile_commands.json -binary $SYZ/bin/syz-declextract -output auto.txt -sourcedir $KERNEL +./run -binary $SYZ/bin/syz-declextract -output auto.txt -sourcedir $KERNEL ``` -- cgit mrf-deployment