examples/vm_power: add guest cli to meson
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 22 Oct 2019 15:43:10 +0000 (16:43 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 27 Oct 2019 16:27:46 +0000 (17:27 +0100)
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: David Hunt <david.hunt@intel.com>
examples/meson.build
examples/vm_power_manager/guest_cli/meson.build

index 81d52a7..8d0b7ab 100644 (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
index 38bd8d8..2b49042 100644 (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()