Whamcloud - gitweb
LU-16115 build: Linux 5.17 external module support 14/49114/4
authorShaun Tancheff <shaun.tancheff@hpe.com>
Wed, 8 Mar 2023 19:51:08 +0000 (11:51 -0800)
committerOleg Drokin <green@whamcloud.com>
Tue, 28 Mar 2023 07:03:04 +0000 (07:03 +0000)
commite030709dc7be0be011a86ffdb95ac39e10cd7fbf
treea0fb0bad9be8dd12f2ef6a1dd5524f25e3464c37
parent3bf0b2c3afe89a4db763fe33ac92164b477e4e74
LU-16115 build: Linux 5.17 external module support

Linux commit v5.16-rc3-26-g129ab0d2d9f3

Added quotes around "$(CONFIG_CC_VERSION_TEXT)", however
.config stores CONFIG_CC_VERSION_TEXT with quotes thus
breaking the GNU make Makefile for external modules.

We need to supply a non-quoted value and override the
value in .config before it is used.

Lustre-change: https://review.whamcloud.com/48360
Lustre-commit: 945ab61176213e082dfd6b3a2a35aa4687e31129

Test-Parameters: trivial
HPE-bug-id: LUS-11190
Signed-off-by: Shaun Tancheff <shaun.tancheff@hpe.com>
Change-Id: I997b6987ef37a8c5b9d8f0984e81d9402a2ea705
Reviewed-by: Jian Yu <yujian@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: jsimmons <jsimmons@infradead.org>
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/49114
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
autoMakefile.am
build/Makefile
config/lustre-build-linux.m4
config/lustre-build.m4