mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
defs.mk: Fix missing definition of BUILD_IMGDIR
This commit is contained in:
parent
e0fa017f47
commit
282dc6999b
1 changed files with 1 additions and 0 deletions
|
|
@ -288,6 +288,7 @@ INSTALLED_MAKE += $(addprefix $(INSTALL_MAKEDIR)/,$(MKFILES))
|
|||
# -- IMG
|
||||
BUILD_LIBDIR ?= .
|
||||
BUILD_IMG ?=
|
||||
BUILD_IMGDIR ?= $(TOPDIR)/images
|
||||
INSTALL_IMGDIR ?= $(IMG_PREFIX)/images
|
||||
INSTALLED_IMG ?= $(addprefix $(INSTALL_IMGDIR)/,$(IMAGES))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue