X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fnetmap_compat%2FMakefile;h=fd4630aff17970b9334eec6da56420bf4c29824b;hb=98a7ea332ba3da0f74ec951595d36a616165b255;hp=d398e5f1187bf4c6851de65789cb12a8a0422676;hpb=3031749c2df04a63cdcef186dcce3781e61436e8;p=dpdk.git diff --git a/examples/netmap_compat/Makefile b/examples/netmap_compat/Makefile index d398e5f118..fd4630aff1 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 overridden 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