op_helper.c has been removed in commit 0184e266. Remove the corresponding flags from Makefile.objs.
Cc: Blue Swirl <[email protected]> Signed-off-by: Aurelien Jarno <[email protected]> --- target-sparc/Makefile.objs | 2 -- 1 file changed, 2 deletions(-) diff --git a/target-sparc/Makefile.objs b/target-sparc/Makefile.objs index a93e07d..9fc42ea 100644 --- a/target-sparc/Makefile.objs +++ b/target-sparc/Makefile.objs @@ -4,5 +4,3 @@ 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) -- 1.7.10.4
