From 5e8f0f25faceb9346ebfb1a31d49fb4cb0b76507 Mon Sep 17 00:00:00 2001 From: Jouni Hogander Date: Thu, 27 Aug 2020 12:56:50 +0300 Subject: Makefile: add target for syz-bisect tool --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit mrf-deployment