89c33337fd
Now that CONFIG_TCG_PASS_AREG0 is enabled for all targets, remove dead code and support for !CONFIG_TCG_PASS_AREG0 case. Remove dyngen-exec.h and all references to it. Although included by hw/spapr_hcall.c, it does not seem to use it. Remove unused HELPER_CFLAGS. Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Reviewed-by: Richard Henderson <rth@twiddle.net>
7 lines
261 B
Makefile
7 lines
261 B
Makefile
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
|