]> git.droids-corp.org - dpdk.git/blobdiff - examples/l3fwd-power/Makefile
mk: use linux and freebsd in config names
[dpdk.git] / examples / l3fwd-power / Makefile
index 61f151c1259974e0435b0bff892f2fe72d402816..4c768380c3d8e04e357499a64bbef739e7dc0e3b 100644 (file)
@@ -46,12 +46,12 @@ $(error "Please define RTE_SDK environment variable")
 endif
 
 # Default target, can be overridden by command line or environment
 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
 
 ifneq ($(CONFIG_RTE_EXEC_ENV_LINUX),y)
 
 include $(RTE_SDK)/mk/rte.vars.mk
 
 ifneq ($(CONFIG_RTE_EXEC_ENV_LINUX),y)
-$(info This application can only operate in a linuxapp environment, \
+$(info This application can only operate in a linux environment, \
 please change the definition of the RTE_TARGET environment variable)
 all:
 else
 please change the definition of the RTE_TARGET environment variable)
 all:
 else