From: Shaun Tancheff Date: Wed, 12 Oct 2022 06:16:21 +0000 (+0700) Subject: LU-16233 build: Add always target for SUSE15 SP3 LTSS X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F33%2F48833%2F1;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. HPE-bug-id: LUS-11286 Test-Parameters: trivial Signed-off-by: Shaun Tancheff Change-Id: If23e9b31b537878a43075ffff62a99906f47fd9a --- 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