summaryrefslogtreecommitdiff
path: root/dsp
diff options
context:
space:
mode:
authorKishan Kumar Majeti <quic_kkmajeti@quicinc.com>2022-09-30 15:18:36 +0530
committerBala Murali Krishna Manchala(Temp) <quic_bmanchal@quicinc.com>2022-11-01 20:19:55 +0530
commit351a15efe52041b9258422a4c53dd6b3ee254482 (patch)
tree91a40345d376b9e7aff405ef3cc319142bf64609 /dsp
parent74cac322d9552280778ecc79fb206225a618f70f (diff)
downloadmsm-extra-351a15efe52041b9258422a4c53dd6b3ee254482.tar.gz
audio-kernel: Add compilation support for SA525M
Change-Id: I580caddade274c5322939251d37b30942880d4db
Diffstat (limited to 'dsp')
-rw-r--r--dsp/Kbuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/dsp/Kbuild b/dsp/Kbuild
index d0448e4c..c1f5381e 100644
--- a/dsp/Kbuild
+++ b/dsp/Kbuild
@@ -13,6 +13,12 @@ ifeq ($(KERNEL_BUILD), 1)
AUDIO_ROOT := $(AUDIO_BLD_DIR)/techpack/audio
endif
+ifeq ($(TARGET_SUPPORT), sa525m)
+ include $(AUDIO_ROOT)/config/sa525mauto.conf
+ export
+ INCS += -include $(AUDIO_ROOT)/config/sa525mautoconf.h
+endif
+
ifeq ($(CONFIG_SND_SOC_AUTO), y)
ifdef CONFIG_SND_SOC_SA8155
include $(AUDIO_ROOT)/config/sa8155auto.conf