Loading Makefile +8 −0 Original line number Diff line number Diff line Loading @@ -11,10 +11,14 @@ ifeq ($(CONFIG_ARCH_SDMSHRIKE), y) include $(srctree)/techpack/audio/config/sm8150auto.conf export endif ifeq ($(CONFIG_ARCH_KONA), y) include $(srctree)/techpack/audio/config/konaauto.conf endif # Use USERINCLUDE when you must reference the UAPI directories only. USERINCLUDE += \ -I$(srctree)/techpack/audio/include/uapi \ -I$(srctree)/techpack/audio/include # Use LINUXINCLUDE when you must reference the include/ directory. # Needed to be compatible with the O= option Loading @@ -34,6 +38,10 @@ ifeq ($(CONFIG_ARCH_SDMSHRIKE), y) LINUXINCLUDE += \ -include $(srctree)/techpack/audio/config/sm8150autoconf.h endif ifeq ($(CONFIG_ARCH_KONA), y) LINUXINCLUDE += \ -include $(srctree)/techpack/audio/config/konaautoconf.h endif obj-y += soc/ obj-y += dsp/ Loading asoc/codecs/Kbuild +2 −0 Original line number Diff line number Diff line Loading @@ -196,6 +196,8 @@ endif ifeq ($(KERNEL_BUILD), 1) obj-y += wcd934x/ obj-y += wcd937x/ obj-y += wcd938x/ obj-y += bolero/ endif # Module information used by KBuild framework obj-$(CONFIG_WCD9XXX_CODEC_CORE) += wcd_core_dlkm.o Loading Loading
Makefile +8 −0 Original line number Diff line number Diff line Loading @@ -11,10 +11,14 @@ ifeq ($(CONFIG_ARCH_SDMSHRIKE), y) include $(srctree)/techpack/audio/config/sm8150auto.conf export endif ifeq ($(CONFIG_ARCH_KONA), y) include $(srctree)/techpack/audio/config/konaauto.conf endif # Use USERINCLUDE when you must reference the UAPI directories only. USERINCLUDE += \ -I$(srctree)/techpack/audio/include/uapi \ -I$(srctree)/techpack/audio/include # Use LINUXINCLUDE when you must reference the include/ directory. # Needed to be compatible with the O= option Loading @@ -34,6 +38,10 @@ ifeq ($(CONFIG_ARCH_SDMSHRIKE), y) LINUXINCLUDE += \ -include $(srctree)/techpack/audio/config/sm8150autoconf.h endif ifeq ($(CONFIG_ARCH_KONA), y) LINUXINCLUDE += \ -include $(srctree)/techpack/audio/config/konaautoconf.h endif obj-y += soc/ obj-y += dsp/ Loading
asoc/codecs/Kbuild +2 −0 Original line number Diff line number Diff line Loading @@ -196,6 +196,8 @@ endif ifeq ($(KERNEL_BUILD), 1) obj-y += wcd934x/ obj-y += wcd937x/ obj-y += wcd938x/ obj-y += bolero/ endif # Module information used by KBuild framework obj-$(CONFIG_WCD9XXX_CODEC_CORE) += wcd_core_dlkm.o Loading