]> git.proxmox.com Git - qemu.git/blob - target-ppc/Makefile.objs
Add PIIX4 properties to control PM system states.
[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)