]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/prog_guide/extend_dpdk.rst
net/bnxt: support marking packet
[dpdk.git] / doc / guides / prog_guide / extend_dpdk.rst
index 725994ee09c18969833da763b4d2bc0644c4db5b..a3b3d300b0d9c8a8d69b839398109274f9046a46 100644 (file)
@@ -73,7 +73,7 @@ To add a new library to the DPDK, proceed as follows:
     .. code-block:: console
 
         cd ${RTE_SDK}
-        make config T=x86_64-native-linuxapp-gcc
+        make config T=x86_64-native-linux-gcc
         make
 
 
@@ -105,5 +105,5 @@ Once you have added a library, a new test case should be added in the test appli
     .. code-block:: console
 
         cd ${RTE_SDK}
-        make config T=x86_64-native-linuxapp-gcc
+        make config T=x86_64-native-linux-gcc
         make