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
a9f98bb5eb
qemu
/
target-microblaze
/
Makefile.objs
3 lines
79 B
Makefile
Raw
Normal View
History
Unescape
Escape
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-y
+=
translate.o op_helper.o helper.o cpu.o
target-microblaze: Mark as unmigratable cpu_{save,load} were no-ops, so de facto it is unmigratable and no backwards compatibility to keep. Therefore mark the MicroBlazeCPU as unmigratable at device level the QOM way and suppress "cpu_common" VMState registration by dropping CPU_SAVE_VERSION. Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de> Reviewed-by: Juan Quintela <quintela@redhat.com>
2013-01-20 22:03:32 +04:00
obj-$(CONFIG_SOFTMMU)
+=
mmu.o
Reference in New Issue
Copy Permalink