]> git.proxmox.com Git - qemu.git/blobdiff - target-sparc/Makefile.objs
Revert "versatile_pci: Put the host bridge PCI device at slot 29"
[qemu.git] / target-sparc / Makefile.objs
index 3556d13df1a1e1ea01f9c97e15cbb3eb73a1b7bf..9fc42ea9b023a2c1676282854157a039c934e882 100644 (file)
@@ -1,7 +1,6 @@
-obj-y += helper.o cpu.o
+obj-$(CONFIG_SOFTMMU) += machine.o
+obj-y += translate.o helper.o cpu.o
 obj-y += fop_helper.o cc_helper.o win_helper.o mmu_helper.o ldst_helper.o
 obj-$(TARGET_SPARC) += int32_helper.o
 obj-$(TARGET_SPARC64) += int64_helper.o
 obj-$(TARGET_SPARC64) += vis_helper.o
-
-$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)