]> Git Repo - qemu.git/blob - target-ppc/Makefile.objs
target-ppc: Unbreak kvm_ppc.c build
[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
6 $(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
This page took 0.025322 seconds and 4 git commands to generate.