]> git.proxmox.com Git - mirror_qemu.git/commit - Makefile.target
build: move obj-TARGET-y variables to nested Makefile.objs
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 29 May 2012 08:23:15 +0000 (10:23 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 7 Jun 2012 05:17:36 +0000 (07:17 +0200)
commit5e8861a0361d8d39ab69fe557294471c28c49c8b
tree5843d3c0fd3de2d897721337792278ed1625a656
parent7fc5152c6dca17d6061cc399c46716d9e586ad85
build: move obj-TARGET-y variables to nested Makefile.objs

Also drop duplicate occurrence of device-hotplug.o.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
38 files changed:
Makefile.target
arm-semi.c [deleted file]
configure
hw/alpha/Makefile.objs [new file with mode: 0644]
hw/arm/Makefile.objs [new file with mode: 0644]
hw/cris/Makefile.objs [new file with mode: 0644]
hw/i386/Makefile.objs [new file with mode: 0644]
hw/lm32/Makefile.objs [new file with mode: 0644]
hw/m68k/Makefile.objs [new file with mode: 0644]
hw/microblaze/Makefile.objs [new file with mode: 0644]
hw/mips/Makefile.objs [new file with mode: 0644]
hw/ppc/Makefile.objs [new file with mode: 0644]
hw/s390x/Makefile.objs [new file with mode: 0644]
hw/sh4/Makefile.objs [new file with mode: 0644]
hw/sparc/Makefile.objs [new file with mode: 0644]
hw/sparc64/Makefile.objs [new file with mode: 0644]
hw/xtensa/Makefile.objs [new file with mode: 0644]
ioport-user.c [deleted file]
m68k-semi.c [deleted file]
target-alpha/Makefile.objs [new file with mode: 0644]
target-arm/Makefile.objs [new file with mode: 0644]
target-arm/arm-semi.c [new file with mode: 0644]
target-cris/Makefile.objs [new file with mode: 0644]
target-i386/Makefile.objs [new file with mode: 0644]
target-i386/ioport-user.c [new file with mode: 0644]
target-lm32/Makefile.objs [new file with mode: 0644]
target-m68k/Makefile.objs [new file with mode: 0644]
target-m68k/m68k-semi.c [new file with mode: 0644]
target-microblaze/Makefile.objs [new file with mode: 0644]
target-mips/Makefile.objs [new file with mode: 0644]
target-ppc/Makefile.objs [new file with mode: 0644]
target-s390x/Makefile.objs [new file with mode: 0644]
target-sh4/Makefile.objs [new file with mode: 0644]
target-sparc/Makefile.objs [new file with mode: 0644]
target-unicore32/Makefile.objs [new file with mode: 0644]
target-xtensa/Makefile.objs [new file with mode: 0644]
target-xtensa/xtensa-semi.c [new file with mode: 0644]
xtensa-semi.c [deleted file]