]> git.proxmox.com Git - qemu.git/blobdiff - configure
lm32: add Milkymist AC97 support
[qemu.git] / configure
index e91525fd1c8c5530fd2bd4dcd5c3d7525640749d..2e7b4f8718f96f4c6a8a39ec27835570c121717f 100755 (executable)
--- 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"
   ;;