From a504222723bf3429c3f73794ed963525c5b84cb3 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 9 Oct 2019 02:16:28 +0000 Subject: [PATCH] scst/src/Makefile: Specify the installation directory for device handlers explicitly This patch unbreaks 'make rpm' against Linux kernel v5.3. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8611 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/scst/src/Makefile b/scst/src/Makefile index b84826da7..20ec5225e 100644 --- a/scst/src/Makefile +++ b/scst/src/Makefile @@ -130,6 +130,7 @@ install: all -rm -f $(INSTALL_DIR)/scsi_tgt.ko KDIR=$(KDIR) ../../scripts/sign-modules $(MAKE) -C $(KDIR) M=$(shell pwd)/dev_handlers \ + INSTALL_MOD_DIR=extra/dev_handlers \ $$([ -n "$(DEPMOD)" ] && echo "DEPMOD=$(DEPMOD)") \ CONFIG_MODULE_SIG_ALL= modules_install $(MAKE) -C $(KDIR) M=$(shell pwd) \