diff options
Diffstat (limited to 'target-i386/Makefile.objs')
-rw-r--r-- | target-i386/Makefile.objs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/target-i386/Makefile.objs b/target-i386/Makefile.objs index 2538c43e4c..f91375578c 100644 --- a/target-i386/Makefile.objs +++ b/target-i386/Makefile.objs @@ -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 |