[dpdk-dev] [PATCH] apps: Added default target in netmap_compat app Makefile

Pablo de Lara pablo.de.lara.guarch at intel.com
Thu Oct 2 00:42:56 CEST 2014


Signed-off-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>
---
 examples/netmap_compat/Makefile |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/examples/netmap_compat/Makefile b/examples/netmap_compat/Makefile
index d398e5f..52d8086 100644
--- a/examples/netmap_compat/Makefile
+++ b/examples/netmap_compat/Makefile
@@ -33,6 +33,9 @@ ifeq ($(RTE_SDK),)
 $(error "Please define RTE_SDK environment variable")
 endif
 
+# Default target, can be overriden by command line or environment
+RTE_TARGET ?= x86_64-native-linuxapp-gcc
+
 include $(RTE_SDK)/mk/rte.vars.mk
 unexport RTE_SRCDIR RTE_OUTPUT RTE_EXTMK
 
-- 
1.7.4.1



More information about the dev mailing list