diff options
author | Andreas Färber <afaerber@suse.de> | 2013-02-17 23:16:49 +0000 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2013-03-08 21:04:52 +0100 |
commit | 953af181f5d1c51e8111c345c70f277185f1a6e0 (patch) | |
tree | 4a5bd9279c45b7162c1736d0fd6cac2641f2f8ec /target-ppc/Makefile.objs | |
parent | 09cc86f2b16ae242c031a01c6adca0ac5c5791ce (diff) |
target-ppc: Split model definitions out of translate_init.c
Now that model definitions only reference their parent type, model
definitions are independent of the family definitions and can be
compiled independently of TCG translation.
Keep all #if defined(TODO) code local to cpu-models.c.
Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'target-ppc/Makefile.objs')
-rw-r--r-- | target-ppc/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-ppc/Makefile.objs b/target-ppc/Makefile.objs index a028dcdcd0..00ac4adc51 100644 --- a/target-ppc/Makefile.objs +++ b/target-ppc/Makefile.objs @@ -1,3 +1,4 @@ +obj-y += cpu-models.o obj-y += translate.o obj-$(CONFIG_SOFTMMU) += machine.o obj-$(CONFIG_KVM) += kvm.o kvm_ppc.o |