From fefd882c1761ec3ec6edb9d82e2ff999545fd97c Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Wed, 1 Oct 2025 14:14:31 +0200 Subject: Makefile: make configs accepts INSTANCE param It allows to use `syz-env make configs ... INSTANCE=`. Helps with #6391 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fc4c95332..91eb05a13 100644 --- a/Makefile +++ b/Makefile @@ -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=* \ -- cgit mrf-deployment