diff options
author | Juan Quintela <quintela@redhat.com> | 2009-10-07 02:41:12 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-08 21:17:12 -0500 |
commit | 626b2a65d6c5c17ff6917b711fc6d4fdc842b4fd (patch) | |
tree | c95a946b048f1db2ec15d8f91df5f6fa1666355f /default-configs/sparc64-softmmu.mak | |
parent | 2f3c407d81fb4ee4d050c8a8376101b167c0d0c4 (diff) |
Only compile m48t59 when one target uses it
Patchworks-ID: 35204
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'default-configs/sparc64-softmmu.mak')
-rw-r--r-- | default-configs/sparc64-softmmu.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/sparc64-softmmu.mak b/default-configs/sparc64-softmmu.mak index aaccf0b83e..a249141437 100644 --- a/default-configs/sparc64-softmmu.mak +++ b/default-configs/sparc64-softmmu.mak @@ -1,3 +1,4 @@ # Default configuration for sparc64-softmmu CONFIG_ISA_MMIO=y +CONFIG_M48T59=y |