diff options
| author | Juan Quintela | 2009-10-07 02:41:06 +0200 |
|---|---|---|
| committer | Anthony Liguori | 2009-10-09 04:17:11 +0200 |
| commit | 185c66c81d95a929bc3d38ca52887a8da1e6887f (patch) | |
| tree | 095d814478694808ecff65139c34934a291b2a30 /default-configs/mips-softmmu.mak | |
| parent | Only compile usb_ohci when one target uses it (diff) | |
| download | qemu-185c66c81d95a929bc3d38ca52887a8da1e6887f.tar.gz qemu-185c66c81d95a929bc3d38ca52887a8da1e6887f.tar.xz qemu-185c66c81d95a929bc3d38ca52887a8da1e6887f.zip | |
Only compile isa_mmio when one target uses it
Patchworks-ID: 35200
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'default-configs/mips-softmmu.mak')
| -rw-r--r-- | default-configs/mips-softmmu.mak | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/default-configs/mips-softmmu.mak b/default-configs/mips-softmmu.mak index a9e89eca91..0b5bb0d63d 100644 --- a/default-configs/mips-softmmu.mak +++ b/default-configs/mips-softmmu.mak @@ -1 +1,3 @@ # Default configuration for mips-softmmu + +CONFIG_ISA_MMIO=y |
