mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
scsi: docs: include SCSI Transport SRP diagram at the doc body
Instead of having a separate makefile, and be alone, group it at the SCSI documentation and make it being built as part of docs makefile. Link: https://lore.kernel.org/r/419c455fb40c9a1e85cc9a654a7fdb07aeeccf71.1583136624.git.mchehab+huawei@kernel.org Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
31df2fd54c
commit
7f877908df
@ -7,4 +7,4 @@ Linux SCSI Subsystem
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
|
||||
scsi_transport_srp/figures
|
||||
|
@ -1,7 +0,0 @@
|
||||
all: rport_state_diagram.svg rport_state_diagram.png
|
||||
|
||||
rport_state_diagram.svg: rport_state_diagram.dot
|
||||
dot -Tsvg -o $@ $<
|
||||
|
||||
rport_state_diagram.png: rport_state_diagram.dot
|
||||
dot -Tpng -o $@ $<
|
6
Documentation/scsi/scsi_transport_srp/figures.rst
Normal file
6
Documentation/scsi/scsi_transport_srp/figures.rst
Normal file
@ -0,0 +1,6 @@
|
||||
.. SPDX-License-Identifier: GPL-2.0
|
||||
|
||||
SCSI RDMA (SRP) transport class diagram
|
||||
=======================================
|
||||
|
||||
.. kernel-figure:: rport_state_diagram.dot
|
Loading…
Reference in New Issue
Block a user