diff options
| author | Taras Madan <tarasmadan@google.com> | 2025-10-01 14:14:31 +0200 |
|---|---|---|
| committer | Alexander Potapenko <glider@google.com> | 2025-10-01 12:50:45 +0000 |
| commit | fefd882c1761ec3ec6edb9d82e2ff999545fd97c (patch) | |
| tree | 9c6dc470db5ef8c432f777550caabf9c74f01027 /Makefile | |
| parent | a185913838f62e03bd7ba14364cc781630375079 (diff) | |
Makefile: make configs accepts INSTANCE param
It allows to use `syz-env make configs ... INSTANCE=`.
Helps with #6391
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -276,7 +276,7 @@ bin/syz-fmt: $(HOSTGO) build $(GOHOSTFLAGS) -o $@ ./tools/syz-fmt configs: kconf - bin/syz-kconf -config dashboard/config/linux/main.yml -sourcedir $(SOURCEDIR) + bin/syz-kconf -config dashboard/config/linux/main.yml -sourcedir $(SOURCEDIR) -instance=$(INSTANCE) tidy: descriptions clang-tidy -quiet -header-filter=executor/[^_].* -warnings-as-errors=* \ |
