diff --git a/techpack/audio/Makefile b/techpack/audio/Makefile index 63e46770733b..7e4e19b635f1 100644 --- a/techpack/audio/Makefile +++ b/techpack/audio/Makefile @@ -14,6 +14,10 @@ endif ifeq ($(CONFIG_ARCH_KONA), y) include $(srctree)/techpack/audio/config/konaauto.conf endif +ifeq ($(CONFIG_ARCH_LITO), y) +include $(srctree)/techpack/audio/config/litoauto.conf +export $(shell sed 's/=.*//' $(srctree)/techpack/audio/config/litoauto.conf) +endif ifeq ($(CONFIG_ARCH_SDM660), y) include $(srctree)/techpack/audio/config/sdm660auto.conf endif @@ -51,6 +55,10 @@ ifeq ($(CONFIG_ARCH_KONA), y) LINUXINCLUDE += \ -include $(srctree)/techpack/audio/config/konaautoconf.h endif +ifeq ($(CONFIG_ARCH_LITO), y) +LINUXINCLUDE += \ + -include $(srctree)/techpack/audio/config/litoautoconf.h +endif ifeq ($(CONFIG_ARCH_SDM660), y) LINUXINCLUDE += \ -include $(srctree)/techpack/audio/config/sdm660autoconf.h