aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJouni Hogander <jouni.hogander@unikie.com>2020-08-27 12:56:50 +0300
committerDmitry Vyukov <dvyukov@google.com>2020-09-21 11:23:04 +0200
commit5e8f0f25faceb9346ebfb1a31d49fb4cb0b76507 (patch)
tree88d2fd70add63a652b48fc5542572a98b34196a2 /Makefile
parentc81d99c89ad798f194d534740fc74765ebf41197 (diff)
Makefile: add target for syz-bisect tool
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f759cdbfe..937027cb3 100644
--- a/Makefile
+++ b/Makefile
@@ -196,6 +196,9 @@ usbgen:
symbolize:
GOOS=$(HOSTOS) GOARCH=$(HOSTARCH) $(HOSTGO) build $(GOHOSTFLAGS) -o ./bin/syz-symbolize github.com/google/syzkaller/tools/syz-symbolize
+bisect: descriptions
+ GOOS=$(HOSTOS) GOARCH=$(HOSTARCH) $(HOSTGO) build $(GOHOSTFLAGS) -o ./bin/syz-bisect github.com/google/syzkaller/tools/syz-bisect
+
# `extract` extracts const files from various kernel sources, and may only
# re-generate parts of files.
extract: bin/syz-extract