mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-18 05:06:31 +00:00
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
This commit is contained in:
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user