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
commite3e2cd538f3c3dc4f716261a952bd401f507dba8 (patch)
tree0458ae74c288690c3b330ab08c6fae73be581797 /rules/pre
parentfc4dd7fb1304307670014063e693682207a7cb09 (diff)
downloadptxdist-e3e2cd538f3c3dc4f716261a952bd401f507dba8.tar.gz
ptxdist-e3e2cd538f3c3dc4f716261a952bd401f507dba8.tar.xz
kernel-header: 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 fee34596d..46b554363 100644
--- a/rules/pre/kernel.make
+++ b/rules/pre/kernel.make
@@ -17,7 +17,7 @@ KERNEL_VERSION_MAJOR := $(call kernel-major,KERNEL)
KERNEL_VERSION_MINOR := $(call kernel-minor,KERNEL)
KERNEL_VERSION_MICRO := $(call kernel-micro,KERNEL)
-KERNEL_HEADER_VERSION := $(call remove_quotes,$(PTXCONF_KERNEL_HEADER_VERSION))
+KERNEL_HEADER_VERSION := $(call ptx/config-version, PTXCONF_KERNEL_HEADER)
KERNEL_HEADER_VERSION_MAJOR := $(call kernel-major,KERNEL_HEADER)
KERNEL_HEADER_VERSION_MINOR := $(call kernel-minor,KERNEL_HEADER)
KERNEL_HEADER_VERSION_MICRO := $(call kernel-micro,KERNEL_HEADER)