This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
qemu-e2k
Watch
13
Star
4
Fork
0
You've already forked qemu-e2k
Code
Issues
4
Pull Requests
Projects
2
Releases
Activity
6e6430a821
qemu-e2k
/
target
/
m68k
/
Makefile.objs
4 lines
101 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 10:23:15 +02:00
obj-y
+=
m68k-semi.o
target-m68k: move FPU helpers to fpu_helper.c Signed-off-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Richard Henderson <rth@twiddle.net> Message-Id: <20170611231633.32582-3-laurent@vivier.eu>
2017-06-12 01:16:28 +02:00
obj-y
+=
translate.o op_helper.o helper.o cpu.o fpu_helper.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 04:18:45 +02:00
obj-y
+=
gdbstub.o
Reference in New Issue
Copy Permalink