On 07/08/2020 13:30, Ciara Power wrote:
Make is no longer supported for compiling DPDK, references are now
removed in the documentation.
Signed-off-by: Ciara Power <ciara.po...@intel.com>
---
doc/guides/rawdevs/dpaa2_cmdif.rst | 21 ---------------------
doc/guides/rawdevs/dpaa2_qdma.rst | 21 ---------------------
doc/guides/rawdevs/ifpga.rst | 10 ----------
doc/guides/rawdevs/ioat.rst | 5 -----
doc/guides/rawdevs/ntb.rst | 6 ------
doc/guides/rawdevs/octeontx2_dma.rst | 12 ------------
doc/guides/rawdevs/octeontx2_ep.rst | 8 --------
7 files changed, 83 deletions(-)
<snip>
diff --git a/doc/guides/rawdevs/ioat.rst b/doc/guides/rawdevs/ioat.rst
index d0eee5e237..3026511cf8 100644
--- a/doc/guides/rawdevs/ioat.rst
+++ b/doc/guides/rawdevs/ioat.rst
@@ -54,11 +54,6 @@ shows:
Compilation
------------
-For builds done with ``make``, the driver compilation is enabled by the
-``CONFIG_RTE_LIBRTE_PMD_IOAT_RAWDEV`` build configuration option. This is
-enabled by default in builds for x86 platforms, and disabled in other
-configurations.
-
For builds using ``meson`` and ``ninja``, the driver will be built when the
target platform is x86-based.
No need to explicitly mention "meson and ninja" here since make is gone.
Reviewed-by: Kevin Laatz <kevin.la...@intel.com>