]> git.proxmox.com Git - qemu.git/commit - Makefile.target
PPC: Move openpic to target specific code compilation
authorAlexander Graf <agraf@suse.de>
Wed, 20 Jul 2011 22:49:45 +0000 (00:49 +0200)
committerAlexander Graf <agraf@suse.de>
Thu, 6 Oct 2011 07:43:32 +0000 (09:43 +0200)
commitd751dfb313d3fd4feca60e305dd9904fec189d3f
tree7ff09bb93f5039ec16cbe0a6dca476ae2d45ef83
parent416343b144cb6a5d73b381e56f452fdbd5992522
PPC: Move openpic to target specific code compilation

The MPIC has some funny feature where it maps different registers to an MMIO
region depending which CPU accesses them.

To be able to reflect that, we need to make OpenPIC be compiled in the target
code, so it can access cpu_single_env.

Signed-off-by: Alexander Graf <agraf@suse.de>
Makefile.objs
Makefile.target