diff options
author | Andreas Färber <afaerber@suse.de> | 2013-01-20 19:32:33 +0100 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2013-02-01 01:35:22 +0100 |
commit | 1e45d31b04b1e3ccad2bfb3b4a90a75317ada16a (patch) | |
tree | a096217661080b69e2e6378b4932ac11d4569196 /target-sh4/Makefile.objs | |
parent | 004a569057492784e4922f2f8cb396fb55affe71 (diff) |
target-sh4: Mark as unmigratable
It neither defined CPU_SAVE_VERSION nor implemented cpu{save,load}().
Mark it as unmigratable at device level.
Signed-off-by: Andreas Färber <afaerber@suse.de>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'target-sh4/Makefile.objs')
-rw-r--r-- | target-sh4/Makefile.objs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-sh4/Makefile.objs b/target-sh4/Makefile.objs index ca20f21443..cb448a840f 100644 --- a/target-sh4/Makefile.objs +++ b/target-sh4/Makefile.objs @@ -1,2 +1 @@ obj-y += translate.o op_helper.o helper.o cpu.o -obj-$(CONFIG_SOFTMMU) += machine.o |