summaryrefslogtreecommitdiff
path: root/asoc/codecs/wcd934x/Kbuild
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2020-10-20 23:13:16 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2020-10-20 23:13:16 -0700
commit73a3066e99368ef4b8c85a50855508ace74963fc (patch)
treef8596204f1fc14a5298c42eb2dcfd057a7185333 /asoc/codecs/wcd934x/Kbuild
parent2922723c6f75b0ce32b392f1547ce2e354676e7b (diff)
parenta9e1270b31d85975ada90c647c463e180d264bf8 (diff)
downloadmsm-extra-73a3066e99368ef4b8c85a50855508ace74963fc.tar.gz
Merge "ASoC: sdxlemur: Add support for new target compilation" into audio-kernel-5-4.lnx.1.0
Diffstat (limited to 'asoc/codecs/wcd934x/Kbuild')
-rw-r--r--asoc/codecs/wcd934x/Kbuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/asoc/codecs/wcd934x/Kbuild b/asoc/codecs/wcd934x/Kbuild
index 989e905d..4c796519 100644
--- a/asoc/codecs/wcd934x/Kbuild
+++ b/asoc/codecs/wcd934x/Kbuild
@@ -36,6 +36,11 @@ ifeq ($(KERNEL_BUILD), 0)
export
INCS += -include $(AUDIO_ROOT)/config/sm8150autoconf.h
endif
+ ifeq ($(CONFIG_ARCH_SDXLEMUR), y)
+ include $(AUDIO_ROOT)/config/sdxlemurauto.conf
+ export
+ INCS += -include $(AUDIO_ROOT)/config/sdxlemurautoconf.h
+ endif
endif
# As per target team, build is done as follows:
@@ -72,6 +77,7 @@ ifdef CONFIG_SND_SOC_WCD934X
WCD934X_OBJS += wcd934x-dsd.o
endif
+
LINUX_INC += -Iinclude/linux
INCS += $(COMMON_INC) \