summaryrefslogtreecommitdiff
path: root/target-sparc/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'target-sparc/Makefile.objs')
-rw-r--r--target-sparc/Makefile.objs8
1 files changed, 7 insertions, 1 deletions
diff --git a/target-sparc/Makefile.objs b/target-sparc/Makefile.objs
index c574c9ea7d..3556d13df1 100644
--- a/target-sparc/Makefile.objs
+++ b/target-sparc/Makefile.objs
@@ -1 +1,7 @@
-# still empty
+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)