]> git.droids-corp.org - dpdk.git/blobdiff - examples/ethtool/lib/Makefile
examples: make Linux environment check consistent
[dpdk.git] / examples / ethtool / lib / Makefile
index 2576910f86d271764291d73868e3dbb629a07be8..6eaa640bc6d0ff19fc4899d2f788a9fc6fbb94ba 100644 (file)
@@ -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)
 $(error This application can only operate in a linuxapp environment, \
 please change the definition of the RTE_TARGET environment variable)
 endif