summaryrefslogtreecommitdiff
path: root/asoc/codecs/wcd934x/Kbuild
diff options
context:
space:
mode:
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) \