summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mk/macros.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/macros.mk b/mk/macros.mk
index 37345bc..8a0574b 100644
--- a/mk/macros.mk
+++ b/mk/macros.mk
@@ -218,6 +218,7 @@ endef
# Get passed package variables prefix and set some helpers macros.
#
PKGV = $(strip $(shell echo $(1) | tr a-z A-Z))
+pkgv = $(strip $(shell echo $(1) | tr A-Z a-z))
__embtk_pkg_name = $(strip $($(PKGV)_NAME))
__embtk_pkg_version = $(strip $($(PKGV)_VERSION))
__embtk_pkg_site = $(strip $($(PKGV)_SITE))