hw/nvme: Clean up local variable shadowing in nvme_ns_init()
[qemu/kevin.git] / softmmu / meson.build
blobc18b7ad738226fcbee921242246d2da40ac128bf
1 specific_ss.add(when: 'CONFIG_SYSTEM_ONLY', if_true: [files(
2   'arch_init.c',
3   'ioport.c',
4   'memory.c',
5   'physmem.c',
6   'watchpoint.c',
7 )])
9 specific_ss.add(when: ['CONFIG_SYSTEM_ONLY', 'CONFIG_TCG'], if_true: [files(
10   'icount.c',
11 )])
13 system_ss.add(files(
14   'balloon.c',
15   'bootdevice.c',
16   'cpus.c',
17   'cpu-throttle.c',
18   'cpu-timers.c',
19   'datadir.c',
20   'dirtylimit.c',
21   'dma-helpers.c',
22   'globals.c',
23   'memory_mapping.c',
24   'qdev-monitor.c',
25   'qtest.c',
26   'rtc.c',
27   'runstate-action.c',
28   'runstate-hmp-cmds.c',
29   'runstate.c',
30   'tpm-hmp-cmds.c',
31   'vl.c',
32 ), sdl, libpmem, libdaxctl)
34 if have_tpm
35   system_ss.add(files('tpm.c'))
36 endif
38 system_ss.add(when: seccomp, if_true: files('qemu-seccomp.c'))
39 system_ss.add(when: fdt, if_true: files('device_tree.c'))
40 system_ss.add(when: 'CONFIG_LINUX', if_true: files('async-teardown.c'))