meson: add testsuite Makefile generator
[qemu/ar7.git] / stubs / Makefile.objs
blobd42046afe4e93968b5530a61b1328a46a5d84809
1 stub-obj-y += blk-commit-all.o
2 stub-obj-y += cmos.o
3 stub-obj-y += cpu-get-clock.o
4 stub-obj-y += cpu-get-icount.o
5 stub-obj-y += dump.o
6 stub-obj-y += error-printf.o
7 stub-obj-y += fdset.o
8 stub-obj-y += gdbstub.o
9 stub-obj-y += iothread-lock.o
10 stub-obj-y += is-daemonized.o
11 stub-obj-y += isa-bus.o
12 stub-obj-$(CONFIG_LINUX_AIO) += linux-aio.o
13 stub-obj-$(CONFIG_LINUX_IO_URING) += io_uring.o
14 stub-obj-y += monitor-core.o
15 stub-obj-y += notify-event.o
16 stub-obj-y += pci-bus.o
17 stub-obj-y += qmp_memory_device.o
18 stub-obj-y += qtest.o
19 stub-obj-y += ramfb.o
20 stub-obj-y += replay.o
21 stub-obj-y += runstate-check.o
22 stub-obj-$(CONFIG_SOFTMMU) += semihost.o
23 stub-obj-y += set-fd-handler.o
24 stub-obj-y += sysbus.o
25 stub-obj-y += tpm.o
26 stub-obj-y += trace-control.o
27 stub-obj-y += vmgenid.o
28 stub-obj-y += vmstate.o
29 stub-obj-$(CONFIG_SOFTMMU) += win32-kbd-hook.o
31 #######################################################################
32 # code used by both qemu system emulation and qemu-img
34 ifeq ($(call lor,$(CONFIG_SOFTMMU),$(CONFIG_TOOLS)),y)
36 stub-obj-y += arch_type.o
37 stub-obj-y += bdrv-next-monitor-owned.o
38 stub-obj-y += blockdev-close-all-bdrv-states.o
39 stub-obj-y += change-state-handler.o
40 stub-obj-y += clock-warp.o
41 stub-obj-y += fd-register.o
42 stub-obj-y += fw_cfg.o
43 stub-obj-y += get-vm-name.o
44 stub-obj-y += iothread.o
45 stub-obj-y += machine-init-done.o
46 stub-obj-y += migr-blocker.o
47 stub-obj-y += monitor.o
48 stub-obj-y += pci-host-piix.o
49 stub-obj-y += ram-block.o
50 stub-obj-y += replay-user.o
51 stub-obj-y += target-get-monitor-def.o
52 stub-obj-y += target-monitor-defs.o
53 stub-obj-y += uuid.o
54 stub-obj-y += vm-stop.o
56 endif # CONFIG_SOFTMMU || CONFIG_TOOLS