summaryrefslogtreecommitdiff
path: root/ipc/Kbuild
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/Kbuild')
-rw-r--r--ipc/Kbuild9
1 files changed, 9 insertions, 0 deletions
diff --git a/ipc/Kbuild b/ipc/Kbuild
index a860a751..35e78508 100644
--- a/ipc/Kbuild
+++ b/ipc/Kbuild
@@ -23,6 +23,10 @@ ifeq ($(CONFIG_ARCH_SM6150), y)
TARGET_KERNEL_VERSION := 4.14
endif
+ifeq ($(CONFIG_ARCH_QCS405), y)
+ TARGET_KERNEL_VERSION := 4.14
+endif
+
ifeq ($(CONFIG_ARCH_SDMSHRIKE), y)
TARGET_KERNEL_VERSION := 4.14
endif
@@ -59,6 +63,11 @@ ifeq ($(KERNEL_BUILD), 0)
export
INCS += -include $(AUDIO_ROOT)/config/sm8150autoconf.h
endif
+ ifeq ($(CONFIG_ARCH_QCS405), y)
+ include $(AUDIO_ROOT)/config/qcs405auto.conf
+ export
+ INCS += -include $(AUDIO_ROOT)/config/qcs405autoconf.h
+ endif
ifeq ($(CONFIG_ARCH_SDMSHRIKE), y)
include $(AUDIO_ROOT)/config/sm8150auto.conf
export