summaryrefslogtreecommitdiff
path: root/default-configs/ppcemb-softmmu.mak
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2010-03-29 19:23:59 +0000
committerBlue Swirl <blauwirbel@gmail.com>2010-03-29 19:23:59 +0000
commit5c4532ee7894277d8d54db108e891c4204d15f1d (patch)
treee986f88f2ac6e45a4548aaf2e6c62e95842d25d1 /default-configs/ppcemb-softmmu.mak
parent02c7c992f0036bca8f1256e8a1f0d80a81e173f0 (diff)
downloadqemu-5c4532ee7894277d8d54db108e891c4204d15f1d.tar.gz
Compile openpic only once
Replace TARGET_PAGE_SIZE with 4096. Make byte swapping unconditional since PPC is big endian. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'default-configs/ppcemb-softmmu.mak')
-rw-r--r--default-configs/ppcemb-softmmu.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/ppcemb-softmmu.mak b/default-configs/ppcemb-softmmu.mak
index f7fa1e0547..18eac993c6 100644
--- a/default-configs/ppcemb-softmmu.mak
+++ b/default-configs/ppcemb-softmmu.mak
@@ -9,6 +9,7 @@ CONFIG_VGA_PCI=y
CONFIG_SERIAL=y
CONFIG_I8254=y
CONFIG_FDC=y
+CONFIG_OPENPIC=y
CONFIG_IDE_CORE=y
CONFIG_IDE_QDEV=y
CONFIG_IDE_PCI=y