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:
Bart Van Assche
2019-06-08 01:56:34 +00:00
parent d0d2544f7a
commit ceafec13e9

View File

@@ -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 $@