]>
Commit | Line | Data |
---|---|---|
1 | obj-y += cpu-models.o | |
2 | obj-y += translate.o | |
3 | ifeq ($(CONFIG_SOFTMMU),y) | |
4 | obj-y += machine.o mmu_helper.o mmu-hash32.o | |
5 | obj-$(TARGET_PPC64) += mmu-hash64.o arch_dump.o | |
6 | endif | |
7 | obj-$(CONFIG_KVM) += kvm.o kvm_ppc.o | |
8 | obj-$(call lnot,$(CONFIG_KVM)) += kvm-stub.o | |
9 | obj-y += excp_helper.o | |
10 | obj-y += fpu_helper.o | |
11 | obj-y += int_helper.o | |
12 | obj-y += timebase_helper.o | |
13 | obj-y += misc_helper.o | |
14 | obj-y += mem_helper.o | |
15 | obj-$(CONFIG_USER_ONLY) += user_only_helper.o | |
16 | obj-y += gdbstub.o |