summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLaxminath Kasam <lkasam@codeaurora.org>2017-08-09 23:55:15 +0530
committerMartin Fick <mfick@codeaurora.org>2017-08-18 16:56:13 -0600
commit7e057cf8cd5e84aecf8ad82750ac8b6c6f0da68a (patch)
treec6ed6542a5a522e5f75772bbcf654e2cb052d724 /Makefile
parent34504581a0a6ed64b2f342867432f9628b48f0a9 (diff)
downloadmsm-extra-7e057cf8cd5e84aecf8ad82750ac8b6c6f0da68a.tar.gz
audio-lnx: Enable compilation for sdm670 audio
Enable compilation for sdm670 audio. Update for both internal and external codecs. Change-Id: I030837a2c0180a5a31d0ab786ad5de607027050f Signed-off-by: Laxminath Kasam <lkasam@codeaurora.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 05b04c63..ff836937 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,10 @@ ifeq ($(CONFIG_ARCH_SDM845), y)
include $(srctree)/techpack/audio/config/sdm845auto.conf
export
endif
+ifeq ($(CONFIG_ARCH_SDM670), y)
+include $(srctree)/techpack/audio/config/sdm670auto.conf
+export
+endif
# Use USERINCLUDE when you must reference the UAPI directories only.
USERINCLUDE += \
@@ -18,6 +22,11 @@ ifeq ($(CONFIG_ARCH_SDM845), y)
LINUXINCLUDE += \
-include $(srctree)/techpack/audio/config/sdm845autoconf.h
endif
+ifeq ($(CONFIG_ARCH_SDM670), y)
+LINUXINCLUDE += \
+ -include $(srctree)/techpack/audio/config/sdm670autoconf.h
+endif
+
obj-y += asoc/
obj-y += dsp/