diff options
author | Michael Walle <michael@walle.cc> | 2011-03-07 23:32:32 +0100 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2011-04-04 10:26:53 +0200 |
commit | 25a8bb96f4a9dcb27dc55027b81d9646273a937b (patch) | |
tree | ace9257384b7924cb247dc5bd5ec8fef157f2773 /configure | |
parent | 449aa4a4915f4d2f43126eec6031cfc96ef06687 (diff) |
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-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" ;; |