This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
qemu
Watch
0
Star
0
Fork
0
You've already forked qemu
mirror of
https://github.com/qemu/qemu.git
synced
2024-11-26 12:23:36 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0429a97195
qemu
/
target-m68k
/
Makefile.objs
4 lines
88 B
Makefile
Raw
Normal View
History
Unescape
Escape
build: move obj-TARGET-y variables to nested Makefile.objs Also drop duplicate occurrence of device-hotplug.o. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2012-05-29 16:23:15 +08:00
obj-y
+=
m68k-semi.o
build: move other target-*/ objects to nested Makefile.objs Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2012-05-29 17:48:59 +08:00
obj-y
+=
translate.o op_helper.o helper.o cpu.o
cpu: Introduce CPUClass::gdb_{read,write}_register() 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>
2013-06-29 10:18:45 +08:00
obj-y
+=
gdbstub.o
Reference in New Issue
Copy Permalink