summaryrefslogtreecommitdiffstats
path: root/configs/platform-mipsel/rules
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2021-11-26 11:39:36 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2021-11-26 11:46:26 +0100
commit432bf963c31cdc6ec9b40d7f6ba657ff3061545e (patch)
tree50bb00819f0894f65cd349d4e3a254381dabea53 /configs/platform-mipsel/rules
parent0cf59095088e7edbc589007aa1e046a5620da261 (diff)
downloadDistroKit-432bf963c31cdc6ec9b40d7f6ba657ff3061545e.tar.gz
DistroKit-432bf963c31cdc6ec9b40d7f6ba657ff3061545e.tar.xz
mips, mipsel: kernel-*: use ptx/config-version and ptx/config-md5
These macros make sure that the version and MD5 result in the string "undefined" when the respective package is not enabled in the menu. See the following PTXdist commits: * commit 80d19e055622e87116df ("rules: new macros ptx/config-version and ptx/config-md5") * commit bc40d075ebcdf81cc14b ("kernel: use ptx/config-version and ptx/config-md5") Link: https://git.pengutronix.de/cgit/ptxdist/commit/?id=80d19e055622e87116df Link: https://git.pengutronix.de/cgit/ptxdist/commit/?id=bc40d075ebcdf81cc14b Signed-off-by: Roland Hieber <rhi@pengutronix.de> Link: https://lore.pengutronix.de/20211126103937.2856148-4-rhi@pengutronix.de Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs/platform-mipsel/rules')
-rw-r--r--configs/platform-mipsel/rules/kernel-malta.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/platform-mipsel/rules/kernel-malta.make b/configs/platform-mipsel/rules/kernel-malta.make
index c2bea47..89f1e06 100644
--- a/configs/platform-mipsel/rules/kernel-malta.make
+++ b/configs/platform-mipsel/rules/kernel-malta.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_KERNEL_MALTA) += kernel-malta
#
# Paths and names
#
-KERNEL_MALTA_VERSION := $(KERNEL_VERSION)
-KERNEL_MALTA_MD5 := $(call remove_quotes,$(PTXCONF_KERNEL_MD5))
+KERNEL_MALTA_VERSION := $(call ptx/config-version, PTXCONF_KERNEL)
+KERNEL_MALTA_MD5 := $(call ptx/config-md5, PTXCONF_KERNEL)
KERNEL_MALTA := linux-malta-$(KERNEL_MALTA_VERSION)
KERNEL_MALTA_SUFFIX := tar.xz
KERNEL_MALTA_URL := $(call kernel-url, KERNEL_MALTA)