mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
5b50e790f9
Completes migration of target-specific code to new target-*/gdbstub.c. Acked-by: Michael Walle <michael@walle.cc> (for lm32) Acked-by: Max Filippov <jcmvbkbc@gmail.com> (for xtensa) Signed-off-by: Andreas Färber <afaerber@suse.de>
7 lines
280 B
Text
7 lines
280 B
Text
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
|
|
obj-y += gdbstub.o
|