diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:06 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:06 +0000 |
commit | 35da37e141bc96355a0a3a4e8e1df0722d1fdb0b (patch) | |
tree | 30e6f907cfcc9b03a7093bac52d5fce186e3f31c /default-configs/ppcemb-softmmu.mak | |
parent | 9953b2fc28448a2f237402b5af6ec90bd5fe10b0 (diff) | |
download | qemu-35da37e141bc96355a0a3a4e8e1df0722d1fdb0b.zip |
Compile fdc only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'default-configs/ppcemb-softmmu.mak')
-rw-r--r-- | default-configs/ppcemb-softmmu.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/ppcemb-softmmu.mak b/default-configs/ppcemb-softmmu.mak index edb94dcb7a..fa1b995328 100644 --- a/default-configs/ppcemb-softmmu.mak +++ b/default-configs/ppcemb-softmmu.mak @@ -7,6 +7,7 @@ CONFIG_ESCC=y CONFIG_M48T59=y CONFIG_VGA_PCI=y CONFIG_I8254=y +CONFIG_FDC=y CONFIG_IDE_QDEV=y CONFIG_IDE_PCI=y CONFIG_IDE_ISA=y |