ASoC: enable audio modules for msmnile
Add audio config files and Change Android.mk, Makefile
and Kbuild to enable audio modules for msmnile target.
Change-Id: If6acabe2cd2074d688b810de3f48e6c60dfe9d22
Signed-off-by: Meng Wang <mwang@codeaurora.org>
Signed-off-by: Vidyakumar Athota <vathota@codeaurora.org>
diff --git a/dsp/Kbuild b/dsp/Kbuild
index 73dcb2a..2bf3b26 100644
--- a/dsp/Kbuild
+++ b/dsp/Kbuild
@@ -29,6 +29,11 @@
export
INCS += -include $(AUDIO_ROOT)/config/sdm670autoconf.h
endif
+ ifeq ($(CONFIG_ARCH_SDM855), y)
+ include $(AUDIO_ROOT)/config/sdm855auto.conf
+ export
+ INCS += -include $(AUDIO_ROOT)/config/sdm855autoconf.h
+ endif
endif
@@ -141,7 +146,7 @@
endif
ifeq ($(KERNEL_BUILD), 0)
-KBUILD_EXTRA_SYMBOLS +=$(OUT)/obj/vendor/qcom/opensource/audio-kernel/ipc/Module.symvers
+KBUILD_EXTRA_SYMBOLS +=$(PRODUCT_OUT)/obj/vendor/qcom/opensource/audio-kernel/ipc/Module.symvers
endif
ifeq ($(KERNEL_BUILD), 1)