]> git.proxmox.com Git - mirror_qemu.git/commit - Makefile.target
trace: Put all trace.o into libqemuutil.a
authorXu, Anthony <anthony.xu@intel.com>
Tue, 4 Apr 2017 21:39:39 +0000 (21:39 +0000)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 21 Apr 2017 09:45:35 +0000 (10:45 +0100)
commit3d1baccb08562e2893085f102c863507917c0453
tree23419f483f05eb8218c4efbaa98d3d51ceb010be
parentc53eeaf75a04782e15a0cc931eda0b9e3143cfd0
trace: Put all trace.o into libqemuutil.a

Currently all trace.o are linked into qemu-system, qemu-img,
qemu-nbd, qemu-io etc., even the corresponding components
are not included.
Put all trace.o into libqemuutil.a that the linker would only pull in .o
files containing symbols that are actually referenced by the
program.

Signed-off -by: Anthony Xu <anthony.xu@intel.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Makefile
Makefile.target
tests/Makefile.include