From: Pablo de Lara Date: Wed, 1 Oct 2014 22:42:56 +0000 (+0100) Subject: examples/netmap_compat: add default build target X-Git-Tag: spdx-start~10315 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=dd6303b2305048144ab57fa1485c342a6fa594ca;p=dpdk.git examples/netmap_compat: add default build target Signed-off-by: Pablo de Lara Acked-by: Thomas Monjalon --- diff --git a/examples/netmap_compat/Makefile b/examples/netmap_compat/Makefile index d398e5f118..52d8086960 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