Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 12d02689 authored by Guodong Hu's avatar Guodong Hu Committed by Gerrit - the friendly Code Review server
Browse files

audiodlkm: support target SA8195 from audio side



Make SA8195 utilize the same build option as SA8155.

Change-Id: Id1e0f889b907d234c31c31f8730617ea2038b7a7
Signed-off-by: default avatarGuodong Hu <guodhu@codeaurora.org>
parent 1fc4ce67
Loading
Loading
Loading
Loading

Makefile.am

100755 → 100644
+2 −2
Original line number Diff line number Diff line
@@ -37,13 +37,13 @@ obj-m += asoc/codecs/bolero/
obj-m += asoc/codecs/wcd937x/
endif

ifeq ($(TARGET_SUPPORT), $(filter $(TARGET_SUPPORT), sa8155 sa8155ivi sa6155))
ifeq ($(TARGET_SUPPORT), $(filter $(TARGET_SUPPORT), sa8155 sa8155ivi sa6155 sa8195))
obj-m := ipc/
obj-m += dsp/
obj-m += asoc/
obj-m += asoc/codecs/
obj-m += soc/
ifeq ($(TARGET_SUPPORT), $(filter $(TARGET_SUPPORT), sa8155 sa8155ivi))
ifeq ($(TARGET_SUPPORT), $(filter $(TARGET_SUPPORT), sa8155 sa8155ivi sa8195))
KBUILD_OPTIONS += CONFIG_SND_SOC_SA8155=m
endif
ifeq ($(TARGET_SUPPORT), $(filter $(TARGET_SUPPORT), sa6155))