]> git.droids-corp.org - dpdk.git/blobdiff - examples/vmdq/Makefile
mk: use linux and freebsd in config names
[dpdk.git] / examples / vmdq / Makefile
index 87abeab93deb95f27efee8b9e9b913caad9c81e0..09ff070a85bcee466944ab8b5db2b217a4d7137d 100644 (file)
@@ -44,7 +44,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