]> Git Repo - qemu.git/commitdiff
meson: Merge trace_events_subdirs array
authorPhilippe Mathieu-Daudé <[email protected]>
Fri, 22 Jan 2021 20:44:35 +0000 (21:44 +0100)
committerPaolo Bonzini <[email protected]>
Mon, 8 Feb 2021 13:43:55 +0000 (14:43 +0100)
The trace_events_subdirs array is split in two different
locations, merge it as one.

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Acked-by: Paolo Bonzini <[email protected]>
Reviewed-by: Claudio Fontana <[email protected]>
Message-Id: <20210122204441.2145197[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
meson.build

index 0ca73d0102912716892e26e390457f40b41d9cf9..da218120641e9c5e1d41ebb0d83af8fe97ff9a1f 100644 (file)
@@ -1744,7 +1744,20 @@ trace_events_subdirs = [
   'accel/kvm',
   'accel/tcg',
   'crypto',
+  'hw/core',
+  'qapi',
+  'qom',
   'monitor',
+  'target/arm',
+  'target/hppa',
+  'target/i386',
+  'target/i386/kvm',
+  'target/mips',
+  'target/ppc',
+  'target/riscv',
+  'target/s390x',
+  'target/sparc',
+  'util',
 ]
 if have_user
   trace_events_subdirs += [ 'linux-user' ]
@@ -1817,21 +1830,6 @@ if have_system
     'ui',
   ]
 endif
-trace_events_subdirs += [
-  'hw/core',
-  'qapi',
-  'qom',
-  'target/arm',
-  'target/hppa',
-  'target/i386',
-  'target/i386/kvm',
-  'target/mips',
-  'target/ppc',
-  'target/riscv',
-  'target/s390x',
-  'target/sparc',
-  'util',
-]
 
 vhost_user = not_found
 if 'CONFIG_VHOST_USER' in config_host
This page took 0.026012 seconds and 4 git commands to generate.