Loading dsp/Kbuild +4 −0 Original line number Diff line number Diff line Loading @@ -184,6 +184,10 @@ ifeq ($(KERNEL_BUILD), 1) obj-y += codecs/ endif ifeq ($(CONFIG_SND_SOC_GCOV), y) GCOV_PROFILE := y endif obj-$(CONFIG_SND_SOC_MSM_QDSP6V2_INTF) += q6_dlkm.o q6_dlkm-y := $(Q6_OBJS) Loading dsp/codecs/Kbuild +4 −0 Original line number Diff line number Diff line Loading @@ -150,6 +150,10 @@ KBUILD_EXTRA_SYMBOLS +=$(OUT)/obj/vendor/qcom/opensource/audio-kernel/dsp/Module KBUILD_EXTRA_SYMBOLS +=$(OUT)/obj/vendor/qcom/opensource/audio-kernel/asoc/Module.symvers endif ifeq ($(CONFIG_SND_SOC_GCOV), y) GCOV_PROFILE := y endif # Module information used by KBuild framework obj-$(CONFIG_MSM_QDSP6V2_CODECS) += native_dlkm.o native_dlkm-y := $(NATIVE_OBJS) Loading Loading
dsp/Kbuild +4 −0 Original line number Diff line number Diff line Loading @@ -184,6 +184,10 @@ ifeq ($(KERNEL_BUILD), 1) obj-y += codecs/ endif ifeq ($(CONFIG_SND_SOC_GCOV), y) GCOV_PROFILE := y endif obj-$(CONFIG_SND_SOC_MSM_QDSP6V2_INTF) += q6_dlkm.o q6_dlkm-y := $(Q6_OBJS) Loading
dsp/codecs/Kbuild +4 −0 Original line number Diff line number Diff line Loading @@ -150,6 +150,10 @@ KBUILD_EXTRA_SYMBOLS +=$(OUT)/obj/vendor/qcom/opensource/audio-kernel/dsp/Module KBUILD_EXTRA_SYMBOLS +=$(OUT)/obj/vendor/qcom/opensource/audio-kernel/asoc/Module.symvers endif ifeq ($(CONFIG_SND_SOC_GCOV), y) GCOV_PROFILE := y endif # Module information used by KBuild framework obj-$(CONFIG_MSM_QDSP6V2_CODECS) += native_dlkm.o native_dlkm-y := $(NATIVE_OBJS) Loading