]> Git Repo - qemu.git/blob - target-s390x/Makefile.objs
target-s390x: split condition code helpers
[qemu.git] / target-s390x / Makefile.objs
1 obj-y += translate.o op_helper.o helper.o cpu.o interrupt.o
2 obj-y += fpu_helper.o cc_helper.o
3 obj-$(CONFIG_SOFTMMU) += machine.o
4 obj-$(CONFIG_KVM) += kvm.o
5
6 $(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
7 $(obj)/fpu_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
8 $(obj)/cc_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
This page took 0.020322 seconds and 4 git commands to generate.