From 32c2db1acf84e7d285bc7e424b5bd13060aca581 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 8 Apr 2020 14:41:35 +0000 Subject: [PATCH] nightly build: Update kernel versions git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8857 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- nightly/conf/nightly.conf | 14 +++++++------- scst/src/dev_handlers/Makefile | 3 +++ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/nightly/conf/nightly.conf b/nightly/conf/nightly.conf index 45a796114..4d3700ef6 100644 --- a/nightly/conf/nightly.conf +++ b/nightly/conf/nightly.conf @@ -3,30 +3,30 @@ ABT_DETAILS="x86_64" ABT_JOBS=5 ABT_KERNELS=" \ -5.6 \ -5.5.13-nc \ -5.4.28-nc \ +5.6.3 \ +5.5.16-nc \ +5.4.31-nc \ 5.3.18-nc \ 5.2.21-nc \ 5.1.21-nc \ 5.0.21-nc \ 4.20.17-nc \ -4.19.113-nc \ +4.19.114-nc \ 4.18.20-nc \ 4.17.19-nc \ 4.16.18-nc \ 4.15.18-nc \ -4.14.174-nc \ +4.14.175-nc \ 4.13.16-nc \ 4.12.14-nc \ 4.11.12-nc \ 4.10.17-nc \ -4.9.217-nc \ +4.9.218-nc \ 4.8.17-nc \ 4.7.10-nc \ 4.6.7-nc \ 4.5.7-nc \ -4.4.217-nc \ +4.4.218-nc \ 4.3.6-nc \ 4.2.8-nc \ 4.1.52-nc \ diff --git a/scst/src/dev_handlers/Makefile b/scst/src/dev_handlers/Makefile index 4e53bb0fb..034a2ccb2 100644 --- a/scst/src/dev_handlers/Makefile +++ b/scst/src/dev_handlers/Makefile @@ -63,6 +63,9 @@ INSTALL_DIR := $(INSTALL_MOD_PATH)/lib/modules/$(KVER)/extra all: $(MAKE) -C $(KDIR) M=$(shell pwd) +%.lst: %.c + $(MAKE) -C $(KDIR) M=$(shell pwd) $@ + install: all mkdir -p $(DESTDIR)/var/lib/scst/vdev_mode_pages KDIR=$(KDIR) ../../../scripts/sign-modules