Replace jw-build by jw-pkg

Replace the jw-build build system by the jw-pkg build system.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2025-11-28 14:22:39 +01:00
commit 3284a26758
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
# -- Find JWBDIR
DEV_PROJECTS_DIR ?= $(TOPDIR)/..
JWBDIR_NAME ?= jw-build
JWBDIR_NAME ?= jw-pkg
JWBDIR_SEARCH_PATH ?= $(DEV_PROJECTS_DIR) $(BUILD_TOOLS_PREFIX)/opt/$(FLAVOUR_PATH_PREFIX)
JWBDIR ?= $(firstword $(wildcard $(addsuffix /$(JWBDIR_NAME),$(JWBDIR_SEARCH_PATH))))