Loading Makefile +8 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,10 @@ ifeq ($(CONFIG_ARCH_SM8150), y) include $(srctree)/techpack/audio/config/sdm855auto.conf export endif ifeq ($(CONFIG_ARCH_SDMSHRIKE), y) include $(srctree)/techpack/audio/config/sdm855auto.conf export endif # Use USERINCLUDE when you must reference the UAPI directories only. USERINCLUDE += \ Loading Loading @@ -42,6 +46,10 @@ ifeq ($(CONFIG_ARCH_SM8150), y) LINUXINCLUDE += \ -include $(srctree)/techpack/audio/config/sdm855autoconf.h endif ifeq ($(CONFIG_ARCH_SDMSHRIKE), y) LINUXINCLUDE += \ -include $(srctree)/techpack/audio/config/sdm855autoconf.h endif obj-y += asoc/ obj-y += dsp/ Loading asoc/Kbuild +5 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,11 @@ ifeq ($(KERNEL_BUILD), 0) export INCS += -include $(AUDIO_ROOT)/config/sdm855autoconf.h endif ifeq ($(CONFIG_ARCH_SDMSHRIKE), y) include $(AUDIO_ROOT)/config/sdm855auto.conf export INCS += -include $(AUDIO_ROOT)/config/sdm855autoconf.h endif endif # As per target team, build is done as follows: Loading asoc/codecs/Kbuild +5 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,11 @@ ifeq ($(KERNEL_BUILD), 0) export INCS += -include $(AUDIO_ROOT)/config/sdm855autoconf.h endif ifeq ($(CONFIG_ARCH_SDMSHRIKE), y) include $(AUDIO_ROOT)/config/sdm855auto.conf export INCS += -include $(AUDIO_ROOT)/config/sdm855autoconf.h endif endif # As per target team, build is done as follows: Loading asoc/codecs/aqt1000/Kbuild +6 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,12 @@ ifeq ($(KERNEL_BUILD), 0) export INCS += -include $(AUDIO_ROOT)/config/sdm855autoconf.h endif ifeq ($(CONFIG_ARCH_SDMSHRIKE), y) include $(AUDIO_ROOT)/config/sdm855auto.conf export INCS += -include $(AUDIO_ROOT)/config/sdm855autoconf.h endif endif # As per target team, build is done as follows: Loading asoc/codecs/wcd934x/Kbuild +5 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,11 @@ ifeq ($(KERNEL_BUILD), 0) export INCS += -include $(AUDIO_ROOT)/config/sdm855autoconf.h endif ifeq ($(CONFIG_ARCH_SDMSHRIKE), y) include $(AUDIO_ROOT)/config/sdm855auto.conf export INCS += -include $(AUDIO_ROOT)/config/sdm855autoconf.h endif endif # As per target team, build is done as follows: Loading Loading
Makefile +8 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,10 @@ ifeq ($(CONFIG_ARCH_SM8150), y) include $(srctree)/techpack/audio/config/sdm855auto.conf export endif ifeq ($(CONFIG_ARCH_SDMSHRIKE), y) include $(srctree)/techpack/audio/config/sdm855auto.conf export endif # Use USERINCLUDE when you must reference the UAPI directories only. USERINCLUDE += \ Loading Loading @@ -42,6 +46,10 @@ ifeq ($(CONFIG_ARCH_SM8150), y) LINUXINCLUDE += \ -include $(srctree)/techpack/audio/config/sdm855autoconf.h endif ifeq ($(CONFIG_ARCH_SDMSHRIKE), y) LINUXINCLUDE += \ -include $(srctree)/techpack/audio/config/sdm855autoconf.h endif obj-y += asoc/ obj-y += dsp/ Loading
asoc/Kbuild +5 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,11 @@ ifeq ($(KERNEL_BUILD), 0) export INCS += -include $(AUDIO_ROOT)/config/sdm855autoconf.h endif ifeq ($(CONFIG_ARCH_SDMSHRIKE), y) include $(AUDIO_ROOT)/config/sdm855auto.conf export INCS += -include $(AUDIO_ROOT)/config/sdm855autoconf.h endif endif # As per target team, build is done as follows: Loading
asoc/codecs/Kbuild +5 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,11 @@ ifeq ($(KERNEL_BUILD), 0) export INCS += -include $(AUDIO_ROOT)/config/sdm855autoconf.h endif ifeq ($(CONFIG_ARCH_SDMSHRIKE), y) include $(AUDIO_ROOT)/config/sdm855auto.conf export INCS += -include $(AUDIO_ROOT)/config/sdm855autoconf.h endif endif # As per target team, build is done as follows: Loading
asoc/codecs/aqt1000/Kbuild +6 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,12 @@ ifeq ($(KERNEL_BUILD), 0) export INCS += -include $(AUDIO_ROOT)/config/sdm855autoconf.h endif ifeq ($(CONFIG_ARCH_SDMSHRIKE), y) include $(AUDIO_ROOT)/config/sdm855auto.conf export INCS += -include $(AUDIO_ROOT)/config/sdm855autoconf.h endif endif # As per target team, build is done as follows: Loading
asoc/codecs/wcd934x/Kbuild +5 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,11 @@ ifeq ($(KERNEL_BUILD), 0) export INCS += -include $(AUDIO_ROOT)/config/sdm855autoconf.h endif ifeq ($(CONFIG_ARCH_SDMSHRIKE), y) include $(AUDIO_ROOT)/config/sdm855auto.conf export INCS += -include $(AUDIO_ROOT)/config/sdm855autoconf.h endif endif # As per target team, build is done as follows: Loading