]> git.proxmox.com Git - qemu.git/blame - target-s390x/Makefile.objs
build: move other target-*/ objects to nested Makefile.objs
[qemu.git] / target-s390x / Makefile.objs
CommitLineData
fbe37ef3
PB
1obj-y += translate.o op_helper.o helper.o cpu.o
2obj-$(CONFIG_SOFTMMU) += machine.o
3obj-$(CONFIG_KVM) += kvm.o
9cdc8df3
PB
4
5$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)