提交 c6a5a71a 编写于 作者: A Anthony Liguori

Fix build for ESD audio

Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
上级 0aa217e4
...@@ -123,18 +123,18 @@ obj-y += migration-exec.o ...@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册