examples/vm_power: add guest cli to meson

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: David Hunt <david.hunt@intel.com>
This commit is contained in:
Bruce Richardson 2019-10-22 16:43:10 +01:00 committed by Thomas Monjalon
parent 99dc01446e
commit 7f7d44064c
2 changed files with 1 additions and 4 deletions

View File

@ -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

View File

@ -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()