From: Bruce Richardson Date: Tue, 22 Oct 2019 15:43:10 +0000 (+0100) Subject: examples/vm_power: add guest cli to meson X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=7f7d44064cfa66bfb8989c322f6a11cf3270b4fc;p=dpdk.git examples/vm_power: add guest cli to meson Signed-off-by: Bruce Richardson Acked-by: David Hunt --- diff --git a/examples/meson.build b/examples/meson.build index 81d52a76ea..8d0b7aba11 100644 --- a/examples/meson.build +++ b/examples/meson.build @@ -42,6 +42,7 @@ all_examples = [ 'timer', 'vdpa', 'vhost', 'vhost_crypto', 'vm_power_manager', + 'vm_power_manager/guest_cli', 'vmdq', 'vmdq_dcb', ] # install all example code on install - irrespective of whether the example in diff --git a/examples/vm_power_manager/guest_cli/meson.build b/examples/vm_power_manager/guest_cli/meson.build index 38bd8d8378..2b490424ff 100644 --- a/examples/vm_power_manager/guest_cli/meson.build +++ b/examples/vm_power_manager/guest_cli/meson.build @@ -6,10 +6,6 @@ # To build this example as a standalone application with an already-installed # DPDK instance, use 'make' -# Setting the name here because the default name will conflict with the -# vm_power_manager app because of the way the directories are parsed. -name = 'guest_cli' - if not dpdk_conf.has('RTE_LIBRTE_POWER') build = false subdir_done()