Fix build for ESD audio

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
Anthony Liguori 2009-07-01 10:07:16 -05:00
parent 0aa217e461
commit c6a5a71a3a

View File

@ -123,18 +123,18 @@ obj-y += migration-exec.o
endif endif
ifdef CONFIG_COREAUDIO ifdef CONFIG_COREAUDIO
AUDIO_PT = yes AUDIO_PT = y
endif endif
ifdef CONFIG_FMOD ifdef CONFIG_FMOD
audio/audio.o audio/fmodaudio.o: CPPFLAGS := -I$(CONFIG_FMOD_INC) $(CPPFLAGS) audio/audio.o audio/fmodaudio.o: CPPFLAGS := -I$(CONFIG_FMOD_INC) $(CPPFLAGS)
endif endif
ifdef CONFIG_ESD ifdef CONFIG_ESD
AUDIO_PT = yes AUDIO_PT = y
AUDIO_PT_INT = yes AUDIO_PT_INT = y
endif endif
ifdef CONFIG_PA ifdef CONFIG_PA
AUDIO_PT = yes AUDIO_PT = y
AUDIO_PT_INT = yes AUDIO_PT_INT = y
endif endif
ifdef AUDIO_PT ifdef AUDIO_PT
LDFLAGS += -pthread LDFLAGS += -pthread