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>
This commit is contained in:

committed by
Vidyakumar Athota

parent
ac5bb48a83
commit
5fddb8d532
8
Makefile
8
Makefile
@@ -11,6 +11,10 @@ ifeq ($(CONFIG_ARCH_SDXPOORWILLS), y)
|
||||
include $(srctree)/techpack/audio/config/sdxpoorwillsauto.conf
|
||||
export
|
||||
endif
|
||||
ifeq ($(CONFIG_ARCH_SDM855), y)
|
||||
include $(srctree)/techpack/audio/config/sdm855auto.conf
|
||||
export
|
||||
endif
|
||||
|
||||
# Use USERINCLUDE when you must reference the UAPI directories only.
|
||||
USERINCLUDE += \
|
||||
@@ -34,6 +38,10 @@ ifeq ($(CONFIG_ARCH_SDXPOORWILLS), y)
|
||||
LINUXINCLUDE += \
|
||||
-include $(srctree)/techpack/audio/config/sdxpoorwillsautoconf.h
|
||||
endif
|
||||
ifeq ($(CONFIG_ARCH_SDM855), y)
|
||||
LINUXINCLUDE += \
|
||||
-include $(srctree)/techpack/audio/config/sdm855autoconf.h
|
||||
endif
|
||||
|
||||
obj-y += asoc/
|
||||
obj-y += dsp/
|
||||
|
Reference in New Issue
Block a user