diff options
| author | Jouni Hogander <jouni.hogander@unikie.com> | 2020-08-27 12:56:50 +0300 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-09-21 11:23:04 +0200 |
| commit | 5e8f0f25faceb9346ebfb1a31d49fb4cb0b76507 (patch) | |
| tree | 88d2fd70add63a652b48fc5542572a98b34196a2 | |
| parent | c81d99c89ad798f194d534740fc74765ebf41197 (diff) | |
Makefile: add target for syz-bisect tool
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
