953af181f5
Now that model definitions only reference their parent type, model definitions are independent of the family definitions and can be compiled independently of TCG translation. Keep all #if defined(TODO) code local to cpu-models.c. Signed-off-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Alexander Graf <agraf@suse.de>
12 lines
276 B
Makefile
12 lines
276 B
Makefile
obj-y += cpu-models.o
|
|
obj-y += translate.o
|
|
obj-$(CONFIG_SOFTMMU) += machine.o
|
|
obj-$(CONFIG_KVM) += kvm.o kvm_ppc.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
|