]> Git Repo - qemu.git/blob - target-ppc/Makefile.objs
ppc: Split MMU etc. helpers from op_helper.c
[qemu.git] / target-ppc / Makefile.objs
1 obj-y += translate.o op_helper.o helper.o
2 obj-$(CONFIG_SOFTMMU) += machine.o
3 obj-$(CONFIG_KVM) += kvm.o kvm_ppc.o
4 obj-y += op_helper.o helper.o
5 obj-y += excp_helper.o
6 obj-y += fpu_helper.o
7 obj-y += int_helper.o
8 obj-y += mmu_helper.o
9
10 $(obj)/mmu_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
11 $(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
This page took 0.025511 seconds and 4 git commands to generate.