Add 'qcom/opensource/mmrm-driver/' from commit '35211a9255b69d52ddc2b82dc8b1dd2840b98868'

git-subtree-dir: qcom/opensource/mmrm-driver
git-subtree-mainline: f9b254670f
git-subtree-split: 35211a9255
Change-Id:
repo: https://git.codelinaro.org/clo/la/platform/vendor/opensource/mmrm-driver
tag: VIDEO.LA.4.0.r2-06100-lanai.0
This commit is contained in:
David Wronek
2024-10-06 16:45:08 +02:00
45 changed files with 7155 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
ifeq ($(CONFIG_MSM_MMRM_VM), y)
obj-m += mmrm_vm_fe.o
ifeq ($(CONFIG_ARCH_KALAMA), y)
ifeq ($(CONFIG_ARCH_QTI_VM), y)
mmrm_vm_fe-objs := \
src/mmrm_vm_fe_main.o \
src/mmrm_vm_fe_frontend.o \
src/mmrm_vm_fe_msgq.o \
src/mmrm_vm_fe_api.o \
../common/src/mmrm_vm_debug.o
endif
endif
endif