X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=examples%2Fethtool%2FMakefile;h=3d9d4f06eb4dc8471783774de01b92491b961d48;hb=2db818aa86a7649259a548711a5ce1e1edbe11ef;hp=2b40b4b617fd3b3e7be840c73b06afb70c4df9fe;hpb=ca33590b6af032bff57d9cc70455660466a654b2;p=deb_dpdk.git diff --git a/examples/ethtool/Makefile b/examples/ethtool/Makefile index 2b40b4b6..3d9d4f06 100644 --- a/examples/ethtool/Makefile +++ b/examples/ethtool/Makefile @@ -10,7 +10,7 @@ RTE_TARGET ?= x86_64-native-linuxapp-gcc include $(RTE_SDK)/mk/rte.vars.mk -ifneq ($(CONFIG_RTE_EXEC_ENV),"linuxapp") +ifneq ($(CONFIG_RTE_EXEC_ENV_LINUXAPP),y) $(info This application can only operate in a linuxapp environment, \ please change the definition of the RTE_TARGET environment variable) else