From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo de Lara Subject: [PATCH] apps: Added default target in netmap_compat app Makefile Date: Wed, 1 Oct 2014 23:42:56 +0100 Message-ID: <1412203376-11075-1-git-send-email-pablo.de.lara.guarch@intel.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Signed-off-by: Pablo de Lara --- 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