summaryrefslogtreecommitdiff
path: root/target-ppc/Makefile.objs
blob: 95ed340bcc46b3322155b3fc4262d17aff7ee215 (plain)
1
2
3
4
5
6
obj-y += translate.o op_helper.o helper.o
obj-$(CONFIG_SOFTMMU) += machine.o
obj-$(CONFIG_KVM) += kvm.o
obj-y += op_helper.o helper.o

$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)