]> git.proxmox.com Git - mirror_qemu.git/blame - target-sparc/Makefile.objs
dump: remove dumping stuff from cpu-all.h
[mirror_qemu.git] / target-sparc / Makefile.objs
CommitLineData
9cdc8df3
PB
1obj-y += helper.o cpu.o
2obj-y += fop_helper.o cc_helper.o win_helper.o mmu_helper.o ldst_helper.o
3obj-$(TARGET_SPARC) += int32_helper.o
4obj-$(TARGET_SPARC64) += int64_helper.o
5obj-$(TARGET_SPARC64) += vis_helper.o
6
7$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)