summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2011-03-07 23:32:32 +0100
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>2011-04-04 10:26:53 +0200
commit25a8bb96f4a9dcb27dc55027b81d9646273a937b (patch)
treeace9257384b7924cb247dc5bd5ec8fef157f2773 /configure
parent449aa4a4915f4d2f43126eec6031cfc96ef06687 (diff)
downloadqemu-25a8bb96f4a9dcb27dc55027b81d9646273a937b.tar.gz
lm32: add Milkymist AC97 support
This patch adds support for the Milkymist AC97 compatible sound output and input core. Signed-off-by: Michael Walle <michael@walle.cc> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index e91525fd1c..2e7b4f8718 100755
--- a/configure
+++ b/configure
@@ -3350,6 +3350,9 @@ if test "$target_softmmu" = "yes" ; then
arm)
cflags="-DHAS_AUDIO $cflags"
;;
+ lm32)
+ cflags="-DHAS_AUDIO $cflags"
+ ;;
i386|mips|ppc)
cflags="-DHAS_AUDIO -DHAS_AUDIO_CHOICE $cflags"
;;