]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/nics/bnx2x.rst
bnx2x: fix build on FreeBSD
[dpdk.git] / doc / guides / nics / bnx2x.rst
index 7a94080191e09578895f2a7cdf12b90820b4ac66..5647a9059d5a655fd4bef7a101ffe2ff1d1b5c63 100644 (file)
@@ -155,6 +155,14 @@ command::
    cd <DPDK-source-directory>
    gmake config T=x86_64-native-bsdapp-gcc install -Wl,-rpath=/usr/local/lib/gcc48 CC=gcc48
 
+To compile BNX2X PMD for FreeBSD x86_64 gcc target, run the following "gmake"
+command:
+
+.. code-block:: console
+
+   cd <DPDK-source-directory>
+   gmake config T=x86_64-native-bsdapp-gcc install -Wl,-rpath=/usr/local/lib/gcc48 CC=gcc48
+
 Linux
 -----