summaryrefslogtreecommitdiff
path: root/examples/ip_reassembly
diff options
context:
space:
mode:
authorDavid Marchand <david.marchand@6wind.com>2014-05-14 16:58:08 +0200
committerThomas Monjalon <thomas.monjalon@6wind.com>2014-05-21 16:25:06 +0200
commit519f32279e8436524959ed3bc5b0b74e6cef4908 (patch)
treedb74f9baf497fc4c36a5e3b18e21a8bc231c6ef6 /examples/ip_reassembly
parent41d9a8250dc8d35bcd4499ba8e59809be943e712 (diff)
config: rename "default" configurations as "native"
The "default" part in configuration filenames is misleading. Rename this as "native", as this is the RTE_MACHINE that is set in these files. This should make it clearer for people who build DPDK on a system then run it on another one. Signed-off-by: David Marchand <david.marchand@6wind.com> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Diffstat (limited to 'examples/ip_reassembly')
-rw-r--r--examples/ip_reassembly/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ip_reassembly/Makefile b/examples/ip_reassembly/Makefile
index 5a645da11f..3115b95cf5 100644
--- a/examples/ip_reassembly/Makefile
+++ b/examples/ip_reassembly/Makefile
@@ -35,7 +35,7 @@ $(error "Please define RTE_SDK environment variable")
endif
# Default target, can be overriden by command line or environment
-RTE_TARGET ?= x86_64-default-linuxapp-gcc
+RTE_TARGET ?= x86_64-native-linuxapp-gcc
include $(RTE_SDK)/mk/rte.vars.mk