]> Git Repo - qemu.git/commitdiff
Fix build for ESD audio
authorAnthony Liguori <[email protected]>
Wed, 1 Jul 2009 15:07:16 +0000 (10:07 -0500)
committerAnthony Liguori <[email protected]>
Thu, 9 Jul 2009 21:06:37 +0000 (16:06 -0500)
Signed-off-by: Anthony Liguori <[email protected]>
Makefile

index 66c28e5190f7629f4badb22f387248fb37facaaf..caf85309db03d4385d48b27665b09d5c39b85912 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -123,18 +123,18 @@ obj-y += migration-exec.o
 endif
 
 ifdef CONFIG_COREAUDIO
-AUDIO_PT = yes
+AUDIO_PT = y
 endif
 ifdef CONFIG_FMOD
 audio/audio.o audio/fmodaudio.o: CPPFLAGS := -I$(CONFIG_FMOD_INC) $(CPPFLAGS)
 endif
 ifdef CONFIG_ESD
-AUDIO_PT = yes
-AUDIO_PT_INT = yes
+AUDIO_PT = y
+AUDIO_PT_INT = y
 endif
 ifdef CONFIG_PA
-AUDIO_PT = yes
-AUDIO_PT_INT = yes
+AUDIO_PT = y
+AUDIO_PT_INT = y
 endif
 ifdef AUDIO_PT
 LDFLAGS += -pthread
This page took 0.02631 seconds and 4 git commands to generate.