Loading Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ ifeq ($(CONFIG_ARCH_SDXPOORWILLS), y) include $(srctree)/techpack/audio/config/sdxpoorwillsauto.conf export endif ifeq ($(CONFIG_ARCH_SDM855), y) ifeq ($(CONFIG_ARCH_SM8150), y) include $(srctree)/techpack/audio/config/sdm855auto.conf export endif Loading @@ -38,7 +38,7 @@ ifeq ($(CONFIG_ARCH_SDXPOORWILLS), y) LINUXINCLUDE += \ -include $(srctree)/techpack/audio/config/sdxpoorwillsautoconf.h endif ifeq ($(CONFIG_ARCH_SDM855), y) ifeq ($(CONFIG_ARCH_SM8150), y) LINUXINCLUDE += \ -include $(srctree)/techpack/audio/config/sdm855autoconf.h endif Loading asoc/Kbuild +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ ifeq ($(KERNEL_BUILD), 0) export INCS += -include $(AUDIO_ROOT)/config/sdm670autoconf.h endif ifeq ($(CONFIG_ARCH_SDM855), y) ifeq ($(CONFIG_ARCH_SM8150), y) include $(AUDIO_ROOT)/config/sdm855auto.conf export INCS += -include $(AUDIO_ROOT)/config/sdm855autoconf.h Loading asoc/codecs/Kbuild +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ ifeq ($(KERNEL_BUILD), 0) export INCS += -include $(AUDIO_ROOT)/config/sdm670autoconf.h endif ifeq ($(CONFIG_ARCH_SDM855), y) ifeq ($(CONFIG_ARCH_SM8150), y) include $(AUDIO_ROOT)/config/sdm855auto.conf export INCS += -include $(AUDIO_ROOT)/config/sdm855autoconf.h Loading asoc/codecs/aqt1000/Kbuild +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ ifeq ($(KERNEL_BUILD), 0) INCS += -include $(AUDIO_ROOT)/config/sdm670autoconf.h endif ifeq ($(CONFIG_ARCH_SDM855), y) ifeq ($(CONFIG_ARCH_SM8150), y) include $(AUDIO_ROOT)/config/sdm855auto.conf export INCS += -include $(AUDIO_ROOT)/config/sdm855autoconf.h Loading asoc/codecs/wcd934x/Kbuild +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ ifeq ($(KERNEL_BUILD), 0) export INCS += -include $(AUDIO_ROOT)/config/sdm670autoconf.h endif ifeq ($(CONFIG_ARCH_SDM855), y) ifeq ($(CONFIG_ARCH_SM8150), y) include $(AUDIO_ROOT)/config/sdm855auto.conf export INCS += -include $(AUDIO_ROOT)/config/sdm855autoconf.h Loading Loading
Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ ifeq ($(CONFIG_ARCH_SDXPOORWILLS), y) include $(srctree)/techpack/audio/config/sdxpoorwillsauto.conf export endif ifeq ($(CONFIG_ARCH_SDM855), y) ifeq ($(CONFIG_ARCH_SM8150), y) include $(srctree)/techpack/audio/config/sdm855auto.conf export endif Loading @@ -38,7 +38,7 @@ ifeq ($(CONFIG_ARCH_SDXPOORWILLS), y) LINUXINCLUDE += \ -include $(srctree)/techpack/audio/config/sdxpoorwillsautoconf.h endif ifeq ($(CONFIG_ARCH_SDM855), y) ifeq ($(CONFIG_ARCH_SM8150), y) LINUXINCLUDE += \ -include $(srctree)/techpack/audio/config/sdm855autoconf.h endif Loading
asoc/Kbuild +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ ifeq ($(KERNEL_BUILD), 0) export INCS += -include $(AUDIO_ROOT)/config/sdm670autoconf.h endif ifeq ($(CONFIG_ARCH_SDM855), y) ifeq ($(CONFIG_ARCH_SM8150), y) include $(AUDIO_ROOT)/config/sdm855auto.conf export INCS += -include $(AUDIO_ROOT)/config/sdm855autoconf.h Loading
asoc/codecs/Kbuild +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ ifeq ($(KERNEL_BUILD), 0) export INCS += -include $(AUDIO_ROOT)/config/sdm670autoconf.h endif ifeq ($(CONFIG_ARCH_SDM855), y) ifeq ($(CONFIG_ARCH_SM8150), y) include $(AUDIO_ROOT)/config/sdm855auto.conf export INCS += -include $(AUDIO_ROOT)/config/sdm855autoconf.h Loading
asoc/codecs/aqt1000/Kbuild +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ ifeq ($(KERNEL_BUILD), 0) INCS += -include $(AUDIO_ROOT)/config/sdm670autoconf.h endif ifeq ($(CONFIG_ARCH_SDM855), y) ifeq ($(CONFIG_ARCH_SM8150), y) include $(AUDIO_ROOT)/config/sdm855auto.conf export INCS += -include $(AUDIO_ROOT)/config/sdm855autoconf.h Loading
asoc/codecs/wcd934x/Kbuild +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ ifeq ($(KERNEL_BUILD), 0) export INCS += -include $(AUDIO_ROOT)/config/sdm670autoconf.h endif ifeq ($(CONFIG_ARCH_SDM855), y) ifeq ($(CONFIG_ARCH_SM8150), y) include $(AUDIO_ROOT)/config/sdm855auto.conf export INCS += -include $(AUDIO_ROOT)/config/sdm855autoconf.h Loading