From: Shaun Tancheff Date: Thu, 13 Oct 2022 19:19:47 +0000 (-0700) Subject: LU-16233 build: Add always target for SUSE15 SP3 LTSS X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=77f38616ec3c88ea764686a36ddc054a7cfe91a6;p=fs%2Flustre-release.git LU-16233 build: Add always target for SUSE15 SP3 LTSS SUSE 15 SP3 LTSS kernel version 5.3.18-150300.59.93 (and later) breaks lustre build tests which expect conftest.i to be generated. Lustre-change: https://review.whamcloud.com/48833 Lustre-commit: TBD (from 274b34c4d3a20937ebb17d139dbde0eaaed503b2) HPE-bug-id: LUS-11286 Test-Parameters: trivial Signed-off-by: Shaun Tancheff Change-Id: If23e9b31b537878a43075ffff62a99906f47fd9a Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/48863 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Minh Diep Reviewed-by: Andreas Dilger --- diff --git a/build/Makefile b/build/Makefile index 5304d7a..5241494 100644 --- a/build/Makefile +++ b/build/Makefile @@ -36,6 +36,8 @@ ifneq ($(LUSTRE_KERNEL_TEST),) extra-y = $(LUSTRE_KERNEL_TEST) # always-y works since 5.6 always-y = $(LUSTRE_KERNEL_TEST) +# always works for SUSE SP3 LTSS kernel +always = $(LUSTRE_KERNEL_TEST) endif obj-m := conftest.o