X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile.objs;h=6167e7b17dbc2a8147b7f87f74592b2a5ddbfdd9;hb=8149e2992f7811355cc34721b79d69d1a3a667dd;hp=431fc592643aef08fa0fc0d7e839928b0b0dc0f6;hpb=5459ef3bff961bc462ac89460ab6b08a14624c8d;p=mirror_qemu.git diff --git a/Makefile.objs b/Makefile.objs index 431fc59264..6167e7b17d 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -9,12 +9,8 @@ chardev-obj-y = chardev/ ####################################################################### # block-obj-y is code used by both qemu system emulation and qemu-img -block-obj-y = async.o thread-pool.o block-obj-y += nbd/ block-obj-y += block.o blockjob.o -block-obj-y += main-loop.o iohandler.o qemu-timer.o -block-obj-$(CONFIG_POSIX) += aio-posix.o -block-obj-$(CONFIG_WIN32) += aio-win32.o block-obj-y += block/ block-obj-y += qemu-io-cmds.o block-obj-$(CONFIG_REPLICATION) += replication.o @@ -125,6 +121,7 @@ trace-events-subdirs += crypto trace-events-subdirs += io trace-events-subdirs += migration trace-events-subdirs += block +trace-events-subdirs += backends trace-events-subdirs += hw/block trace-events-subdirs += hw/block/dataplane trace-events-subdirs += hw/char @@ -160,6 +157,7 @@ trace-events-subdirs += audio trace-events-subdirs += net trace-events-subdirs += target/arm trace-events-subdirs += target/i386 +trace-events-subdirs += target/mips trace-events-subdirs += target/sparc trace-events-subdirs += target/s390x trace-events-subdirs += target/ppc