qemu-patch-raspberry4/softmmu/meson.build

11 lines
194 B
Meson
Raw Normal View History

specific_ss.add(when: 'CONFIG_SOFTMMU', if_true: files(
'arch_init.c',
'balloon.c',
'cpus.c',
'cpu-throttle.c',
'ioport.c',
'memory.c',
'memory_mapping.c',
'qtest.c',
'vl.c'))