examples: make Linux environment check consistent
authorThomas Monjalon <thomas@monjalon.net>
Wed, 6 Jun 2018 13:50:27 +0000 (15:50 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 12 Jul 2018 07:48:12 +0000 (09:48 +0200)
commited3077c16557e40e1967bed146eed3023b6cea5f
tree4e8ba4f695b7bebb49bd1c2940384e0391c5eb9b
parent6bf9f604bc7d320536a2a344f77a89c05a731f3c
examples: make Linux environment check consistent

Some Makefiles are using CONFIG_RTE_EXEC_ENV and others
are using CONFIG_RTE_EXEC_ENV_LINUXAPP.
Use the latter one for consistency.
We could remove CONFIG_RTE_EXEC_ENV later if considered useless.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
13 files changed:
examples/ethtool/Makefile
examples/ethtool/lib/Makefile
examples/ip_pipeline/Makefile
examples/kni/Makefile
examples/l3fwd-power/Makefile
examples/multi_process/client_server_mp/mp_server/Makefile
examples/netmap_compat/bridge/Makefile
examples/qos_sched/Makefile
examples/server_node_efd/server/Makefile
examples/tep_termination/Makefile
examples/vhost/Makefile
examples/vhost_crypto/Makefile
examples/vhost_scsi/Makefile