X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fprog_guide%2Fext_app_lib_make_help.rst;h=4312778dc935be6741c1f7049bfeb81ba129d906;hb=e95291f01966cbb2b7cd0985cc0edd40eda75a1d;hp=7e8e9fd3a09cbd63c28b3666aebe7810980e5681;hpb=5630257fcc30397e7217139ec55da4f301f59fb7;p=dpdk.git diff --git a/doc/guides/prog_guide/ext_app_lib_make_help.rst b/doc/guides/prog_guide/ext_app_lib_make_help.rst index 7e8e9fd3a0..4312778dc9 100644 --- a/doc/guides/prog_guide/ext_app_lib_make_help.rst +++ b/doc/guides/prog_guide/ext_app_lib_make_help.rst @@ -22,7 +22,7 @@ The following variables must be defined: * ${RTE_SDK}: Points to the root directory of the DPDK. -* ${RTE_TARGET}: Reference the target to be used for compilation (for example, x86_64-native-linuxapp-gcc). +* ${RTE_TARGET}: Reference the target to be used for compilation (for example, x86_64-native-linux-gcc). Build Targets ------------- @@ -94,5 +94,5 @@ It is possible to run the Makefile from another directory, by specifying the out .. code-block:: console export RTE_SDK=/path/to/DPDK - export RTE_TARGET=x86_64-native-linuxapp-icc + export RTE_TARGET=x86_64-native-linux-icc make -f /path/to/my_app/Makefile S=/path/to/my_app O=/path/to/build_dir