mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
build: move other target-*/ objects to nested Makefile.objs
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
5f86146fb3
commit
fbe37ef3e1
15 changed files with 36 additions and 21 deletions
|
@ -1,5 +1,6 @@
|
|||
obj-y += op_helper.o helper.o cpu.o
|
||||
obj-$(CONFIG_KVM) += hyperv.o
|
||||
obj-y += translate.o op_helper.o helper.o cpu.o
|
||||
obj-$(CONFIG_SOFTMMU) += machine.o arch_memory_mapping.o arch_dump.o
|
||||
obj-$(CONFIG_KVM) += kvm.o hyperv.o
|
||||
obj-$(CONFIG_LINUX_USER) += ioport-user.o
|
||||
obj-$(CONFIG_BSD_USER) += ioport-user.o
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue