summaryrefslogtreecommitdiff
path: root/target-sparc/Makefile.objs
blob: 3556d13df1a1e1ea01f9c97e15cbb3eb73a1b7bf (plain)
1
2
3
4
5
6
7
obj-y += 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)