diff options
author | David Marchand <david.marchand@6wind.com> | 2014-05-14 16:58:08 +0200 |
---|---|---|
committer | Thomas Monjalon <thomas.monjalon@6wind.com> | 2014-05-21 16:25:06 +0200 |
commit | 519f32279e8436524959ed3bc5b0b74e6cef4908 (patch) | |
tree | db74f9baf497fc4c36a5e3b18e21a8bc231c6ef6 /examples/vmdq | |
parent | 41d9a8250dc8d35bcd4499ba8e59809be943e712 (diff) | |
download | dpdk-519f32279e8436524959ed3bc5b0b74e6cef4908.zip dpdk-519f32279e8436524959ed3bc5b0b74e6cef4908.tar.gz dpdk-519f32279e8436524959ed3bc5b0b74e6cef4908.tar.xz |
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/vmdq')
-rw-r--r-- | examples/vmdq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/vmdq/Makefile b/examples/vmdq/Makefile index ac8230d..b638d42 100644 --- a/examples/vmdq/Makefile +++ b/examples/vmdq/Makefile @@ -34,7 +34,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 |