]> git.droids-corp.org - dpdk.git/blobdiff - examples/netmap_compat/Makefile
mk: use linux and freebsd in config names
[dpdk.git] / examples / netmap_compat / Makefile
index dd87ac9bd7fcd9d604a56865fbf60372c2c6a54d..f2bf39e691a48a6508af52dbd6b984e15fa4fb6b 100644 (file)
@@ -6,7 +6,7 @@ $(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
+RTE_TARGET ?= x86_64-native-linux-gcc
 
 include $(RTE_SDK)/mk/rte.vars.mk
 unexport RTE_SRCDIR RTE_OUTPUT RTE_EXTMK