]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-s390x/Makefile.objs
build: move other target-*/ objects to nested Makefile.objs
[mirror_qemu.git] / target-s390x / Makefile.objs
index 8e9be602a5c0ae8c965eddfe62ded329bb9e13c9..262747f8a63008562754b5a91281b36fc91fac3d 100644 (file)
@@ -1,3 +1,5 @@
-obj-y += op_helper.o helper.o cpu.o
+obj-y += translate.o op_helper.o helper.o cpu.o
+obj-$(CONFIG_SOFTMMU) += machine.o
+obj-$(CONFIG_KVM) += kvm.o
 
 $(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)