doc: fix syntax in testpmd user guide
[dpdk.git] / doc / guides / prog_guide / ext_app_lib_make_help.rst
index 84129d5..c69e62c 100644 (file)
@@ -36,18 +36,18 @@ External Application/Library Makefile help
 External applications or libraries should include specific Makefiles from RTE_SDK, located in mk directory.
 These Makefiles are:
 
-*   ${RTE_SDK}/mk/DPDK.extapp.mk: Build an application
+*   ${RTE_SDK}/mk/rte.extapp.mk: Build an application
 
-*   ${RTE_SDK}/mk/DPDK.extlib.mk: Build a static library
+*   ${RTE_SDK}/mk/rte.extlib.mk: Build a static library
 
-*   ${RTE_SDK}/mk/DPDK.extobj.mk: Build objects (.o)
+*   ${RTE_SDK}/mk/rte.extobj.mk: Build objects (.o)
 
 Prerequisites
 -------------
 
 The following variables must be defined:
 
-*   ${RTE_SDK}: Points to the root directory of the IntelĀ®  DPDK.
+*   ${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).