obj-y += translate.o helper.o | |
obj-$(CONFIG_SOFTMMU) += machine.o | |
obj-$(CONFIG_KVM) += kvm.o kvm_ppc.o | |
obj-y += helper.o | |
obj-y += excp_helper.o | |
obj-y += fpu_helper.o | |
obj-y += int_helper.o | |
obj-y += mmu_helper.o | |
obj-y += timebase_helper.o | |
obj-y += misc_helper.o | |
obj-y += mem_helper.o | |
obj-y += mpic_helper.o |