]> git.proxmox.com Git - qemu.git/commit - Makefile
build: move target-independent hw/ objects to nested Makefile.objs
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 29 May 2012 09:08:47 +0000 (11:08 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 7 Jun 2012 07:21:16 +0000 (09:21 +0200)
commit3d5a3f9a7fded758e37da15471d50de4b0f7e4a5
treea4c3c69a471d3cc15ecb79859bf36bc91437f7d0
parent4eb7ba8aff38291296bce7e5efa4ac6f42c989c4
build: move target-independent hw/ objects to nested Makefile.objs

This patch starts converting the hw/ directory.  Some files in hw/
are compiled once, some twice (32-/64-bit), some once per target.
Each category is moved in a separate patch.

After this patch, the files that are compiled once will show the
same hierarchy in the build tree as they do in the source tree,
for example hw/qdev.o instead of just qdev.o.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Makefile
Makefile.objs
configure
hw/Makefile.objs [new file with mode: 0644]
hw/usb/Makefile.objs [new file with mode: 0644]