This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
qemu
Watch
1
Star
0
Fork
0
You've already forked qemu
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ea486926b0
qemu
/
target-mips
/
Makefile.objs
3 lines
96 B
Makefile
Raw
Normal View
History
Unescape
Escape
target-mips: Implement Loongson Multimedia Instructions Implements all of the COP2 instructions except for the S<cond> family of comparisons. The documentation is unclear for those. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2012-09-19 08:59:44 +04:00
obj-y
+=
translate.o op_helper.o lmi_helper.o helper.o cpu.o
build: move other target-*/ objects to nested Makefile.objs Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2012-05-29 13:48:59 +04:00
obj-$(CONFIG_SOFTMMU)
+=
machine.o
Reference in New Issue
Copy Permalink