From: David Marchand Date: Mon, 17 Jun 2019 07:54:27 +0000 (+0200) Subject: net/softnic: remove trace of legacy linuxapp X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=e876497c4f6baef09fbee14b702025b67f4fed1c;p=dpdk.git net/softnic: remove trace of legacy linuxapp This check on Linux environment has been added at a time when we already had switched to using the boolean RTE_EXEC_ENV_LINUXAPP. It was then missed when converting to RTE_EXEC_ENV_LINUX. Fixes: 7709a63bf178 ("net/softnic: add connection agent") Fixes: 742bde12f3bd ("build/linux: rename macro from LINUXAPP to LINUX") Cc: stable@dpdk.org Signed-off-by: David Marchand Reviewed-by: Ferruh Yigit --- diff --git a/drivers/net/softnic/Makefile b/drivers/net/softnic/Makefile index 64885dd86a..71cfd45ad8 100644 --- a/drivers/net/softnic/Makefile +++ b/drivers/net/softnic/Makefile @@ -45,7 +45,7 @@ SRCS-$(CONFIG_RTE_LIBRTE_PMD_SOFTNIC) += conn.c # SYMLINK-y-include += rte_eth_softnic.h -ifneq ($(CONFIG_RTE_EXEC_ENV),"linuxapp") +ifneq ($(CONFIG_RTE_EXEC_ENV_LINUX),y) $(info Softnic PMD can only operate in a linux environment, \ please change the definition of the RTE_TARGET environment variable) all: