On 07/19/2012 10:57 AM, Jan Kiszka wrote:
Signed-off-by: Jan Kiszka<jan.kis...@siemens.com>
Broke the build. I'm also confused about why this is necessary.
You can just set CONFIG_PCSPK=y in default-configs/${ARCH}.mak to enable it and
indeed, it's enabled by default for a bunch of targets including x86_64.
So... I'm confused what this is fixing. Since I suspect malc and Jan are
asleep, I'm going to revert for now to fix the build.
I'll happily help fix whatever Jan was trying to fix tomorrow.
Regards,
Anthony Liguori
---
configure | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index 106209a..42adc8d 100755
--- a/configure
+++ b/configure
@@ -90,8 +90,8 @@ static="no"
sparc_cpu=""
cross_prefix=""
audio_drv_list=""
-audio_card_list="ac97 es1370 sb16 hda"
-audio_possible_cards="ac97 es1370 sb16 cs4231a adlib gus hda"
+audio_card_list="ac97 es1370 sb16 hda pcspk"
+audio_possible_cards="ac97 es1370 sb16 cs4231a adlib gus hda pcspk"
block_drv_whitelist=""
host_cc="gcc"
helper_cflags=""