X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fethtool%2FMakefile;h=27908bb63b8a6191dce4f8f9535351a1e02eb629;hb=218c4e68c1d9bd4a9281bc1dc4d0ab89859083bf;hp=70a4f5dc9a39ab85f693f651d889be9b40496b45;hpb=ae2f2fee247ad0f80f5a122fd174fa16cddd5438;p=dpdk.git diff --git a/examples/ethtool/Makefile b/examples/ethtool/Makefile index 70a4f5dc9a..27908bb63b 100644 --- a/examples/ethtool/Makefile +++ b/examples/ethtool/Makefile @@ -6,12 +6,12 @@ $(error "Please define RTE_SDK environment variable") endif # Default target, can be overwritten 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) -$(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) else