From 7f7d44064cfa66bfb8989c322f6a11cf3270b4fc Mon Sep 17 00:00:00 2001 From: Bruce Richardson Date: Tue, 22 Oct 2019 16:43:10 +0100 Subject: [PATCH] examples/vm_power: add guest cli to meson Signed-off-by: Bruce Richardson Acked-by: David Hunt --- examples/meson.build | 1 + examples/vm_power_manager/guest_cli/meson.build | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) 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() -- 2.20.1