diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-22 20:18:40 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-22 20:18:40 +0000 |
commit | 70615c38ded2a20ad8282b7dcde95482fc0a7744 (patch) | |
tree | 734ab3364efb7c1e29bdf66d1b1fb661e2e08c16 /default-configs/mips64el-softmmu.mak | |
parent | c9a43af9afc29538d77699e99a887560c654eee2 (diff) |
Compile sound devices only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'default-configs/mips64el-softmmu.mak')
-rw-r--r-- | default-configs/mips64el-softmmu.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/mips64el-softmmu.mak b/default-configs/mips64el-softmmu.mak index cb957ce2db..3e1ba93077 100644 --- a/default-configs/mips64el-softmmu.mak +++ b/default-configs/mips64el-softmmu.mak @@ -15,3 +15,4 @@ CONFIG_IDE_PCI=y CONFIG_IDE_ISA=y CONFIG_IDE_PIIX=y CONFIG_NE2000_ISA=y +CONFIG_SOUND=y |