build: move other target-*/ objects to nested Makefile.objs

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2012-05-29 11:48:59 +02:00
parent 5f86146fb3
commit fbe37ef3e1
15 changed files with 36 additions and 21 deletions

View file

@ -1,3 +1,4 @@
obj-y += op_helper.o helper.o cpu.o
obj-y += translate.o op_helper.o helper.o cpu.o
obj-$(CONFIG_SOFTMMU) += machine.o
$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)