diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:02 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:02 +0000 |
commit | df6327780d69ceb8da151fdb96aa90f6b310259a (patch) | |
tree | 9de927b2923dcef16c8500d3e473d4a42424d79c /default-configs/ppc64-softmmu.mak | |
parent | b994504610560b55a0b28bc9f920a9b7c6beb3a3 (diff) |
Compile i8254 only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'default-configs/ppc64-softmmu.mak')
-rw-r--r-- | default-configs/ppc64-softmmu.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/ppc64-softmmu.mak b/default-configs/ppc64-softmmu.mak index f5b76b6bb..38d934e96 100644 --- a/default-configs/ppc64-softmmu.mak +++ b/default-configs/ppc64-softmmu.mak @@ -6,3 +6,4 @@ CONFIG_ISA_MMIO=y CONFIG_ESCC=y CONFIG_M48T59=y CONFIG_VGA_PCI=y +CONFIG_I8254=y |