]> git.proxmox.com Git - qemu.git/blob - target-ppc/Makefile.objs
build: move other target-*/ objects to nested Makefile.objs
[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
4 obj-y += op_helper.o helper.o
5
6 $(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)