mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-25 07:51:28 +00:00
iscsi-scst/Makefile: Avoid that 'make' reports an error if InfiniBand support is disabled in the kernel
Reported-by: Goran Bruns <goeran.bruns@gmx.de> git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8419 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -171,7 +171,7 @@ uninstall:
|
||||
|
||||
$(MODULE_SYMVERS): $(SCST_DIR)/$(MODULE_SYMVERS)
|
||||
cp $< kernel/
|
||||
$(INFINIBAND_ENABLED) && cp $< kernel/isert-scst
|
||||
if $(INFINIBAND_ENABLED); then cp $< kernel/isert-scst; fi
|
||||
|
||||
clean:
|
||||
$(MAKE) -C usr $@
|
||||
|
||||
Reference in New Issue
Block a user