aboutsummaryrefslogtreecommitdiffstats
path: root/examples/kni/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/kni/Makefile')
-rw-r--r--examples/kni/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/kni/Makefile b/examples/kni/Makefile
index 562dc274..7e19d2e2 100644
--- a/examples/kni/Makefile
+++ b/examples/kni/Makefile
@@ -48,7 +48,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