summaryrefslogtreecommitdiffstats
path: root/rules/pre
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2021-02-12 08:56:20 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-02-12 09:44:21 +0100
commitbc40d075ebcdf81cc14b1c23971ce714288d18ff (patch)
tree134517ad0dff2ed85673effd1615bff01486c428 /rules/pre
parente3e2cd538f3c3dc4f716261a952bd401f507dba8 (diff)
downloadptxdist-bc40d075ebcdf81cc14b1c23971ce714288d18ff.tar.gz
ptxdist-bc40d075ebcdf81cc14b1c23971ce714288d18ff.tar.xz
kernel: use ptx/config-version and ptx/config-md5
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/pre')
-rw-r--r--rules/pre/kernel.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/pre/kernel.make b/rules/pre/kernel.make
index 46b554363..df53020aa 100644
--- a/rules/pre/kernel.make
+++ b/rules/pre/kernel.make
@@ -12,7 +12,7 @@ kernel-major = $(word 1,$(call kernel-version-split, $(1)))
kernel-minor = $(word 2,$(call kernel-version-split, $(1)))
kernel-micro = $(word 3,$(call kernel-version-split, $(1)))
-KERNEL_VERSION := $(call remove_quotes,$(PTXCONF_KERNEL_VERSION))
+KERNEL_VERSION := $(call ptx/config-version, PTXCONF_KERNEL)
KERNEL_VERSION_MAJOR := $(call kernel-major,KERNEL)
KERNEL_VERSION_MINOR := $(call kernel-minor,KERNEL)
KERNEL_VERSION_MICRO := $(call kernel-micro,KERNEL)