]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/prog_guide/dev_kit_root_make_help.rst
net/ice: use dynamic log type for Tx/Rx debug
[dpdk.git] / doc / guides / prog_guide / dev_kit_root_make_help.rst
index 633161f09973eab3b8e1e8a5ad3c326027bc84dd..a30db7d5b40dd56c71a1a3a9e765f9612338576f 100644 (file)
@@ -27,7 +27,7 @@ This is an optional parameter, the default output directory is build.
 
     .. code-block:: console
 
-        make config O=mybuild T=x86_64-native-linuxapp-gcc
+        make config O=mybuild T=x86_64-native-linux-gcc
 
 Build Targets
 -------------
@@ -163,7 +163,7 @@ For instance, the following command:
 .. code-block:: console
 
     cd $(RTE_SDK)
-    make config O=mybuild T=x86_64-native-linuxapp-gcc
+    make config O=mybuild T=x86_64-native-linux-gcc
     make O=mybuild
 
 is equivalent to:
@@ -171,7 +171,7 @@ is equivalent to:
 .. code-block:: console
 
     cd $(RTE_SDK)
-    make config O=mybuild T=x86_64-native-linuxapp-gcc
+    make config O=mybuild T=x86_64-native-linux-gcc
     cd mybuild
 
     # no need to specify O= now