summaryrefslogtreecommitdiff
path: root/target-ppc/Makefile.objs
blob: 4a8864115de5c11cc284b47e1b304a82facb4bb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
obj-y += translate.o op_helper.o helper.o
obj-$(CONFIG_SOFTMMU) += machine.o
obj-$(CONFIG_KVM) += kvm.o kvm_ppc.o
obj-y += op_helper.o 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)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)