* [dpdk-dev] [PATCH] apps: Added default target in netmap_compat app Makefile
@ 2014-10-01 22:42 Pablo de Lara
2014-10-09 19:17 ` Thomas Monjalon
0 siblings, 1 reply; 2+ messages in thread
From: Pablo de Lara @ 2014-10-01 22:42 UTC (permalink / raw)
To: dev
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-10-09 19:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-01 22:42 [dpdk-dev] [PATCH] apps: Added default target in netmap_compat app Makefile Pablo de Lara
2014-10-09 19:17 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).