summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2009-07-01 10:07:16 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2009-07-09 16:06:37 -0500
commitc6a5a71a3a1886afad5eeb214eb6e8785f4e0319 (patch)
tree592ec40ae8625f6f07e4f24a3b17d47803a1ac47 /Makefile
parent0aa217e46124e873f75501f7187657e063f5903b (diff)
downloadqemu-c6a5a71a3a1886afad5eeb214eb6e8785f4e0319.tar.gz
Fix build for ESD audio
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 66c28e5190..caf85309db 100644
--- 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