Whamcloud - gitweb
LU-17342 o2ib: build without Module.symvers 58/53358/3
authorTimothy Day <timday@amazon.com>
Thu, 7 Dec 2023 05:12:57 +0000 (05:12 +0000)
committerOleg Drokin <green@whamcloud.com>
Wed, 29 May 2024 04:45:29 +0000 (04:45 +0000)
commit7a5ad2a3fccdf57c50cba6ddc953a9535bb03cfb
treee781987fb0ab085ebec4f7001ff5722487246aa4
parent0e9708016b9948676484d290326c1fe8a269eb80
LU-17342 o2ib: build without Module.symvers

When building against an external kernel tree, the
configure script fails if there isn't a Module.symvers
available. This prevents us from using the
'modules_prepare' make target on the kernel tree.
ko2iblnd.ko can be build even without Module.symvers.
Hence, downgrade this message from an error to a
warning.

Also, don't fail if ko2iblnd can't be built. Just
emit a warning.

Test-Parameters: trivial
Signed-off-by: Timothy Day <timday@amazon.com>
Change-Id: I8bca7f945c753fdac3aa5d9889d3347613baf059
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/53358
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Shaun Tancheff <shaun.tancheff@hpe.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lnet/autoconf/lustre-lnet.m4