From c36c83c164547781b06f2cf380af14fbe8c3165a Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Fri, 14 Nov 2025 13:46:40 +0100 Subject: [PATCH] scripts/Makefile: Make jannet jcs jw-pkg optional Make a few scripts optional which don't belong into a minimal jw-build, increasing compatibility with a branch which removes them. Signed-off-by: Jan Lindemann --- scripts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Makefile b/scripts/Makefile index 1ddb8082..e886a5d2 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -2,6 +2,6 @@ TOPDIR = .. include $(TOPDIR)/make/proj.mk -EXE_SH += jannet jcs jw-pkg +EXE_SH += $(wildcard jannet jcs jw-pkg) include $(JWBDIR)/make/scripts.mk