Merge "arm64: dts: msm: Enable compilation of dt project for kera" into dsp-kernel.lnx.2.0

This commit is contained in:
Linux Build Service Account
2024-11-25 08:40:03 -08:00
committed by Gerrit - the friendly Code Review server

8
Kbuild
View File

@@ -26,6 +26,14 @@ dtbo-y += tuna/tuna-dsp.dtbo
endif
endif
ifeq ($(CONFIG_ARCH_KERA), y)
ifeq ($(CONFIG_ARCH_QTI_VM), y)
dtbo-y += kera/kera-dsp-trustedvm.dtbo
else
dtbo-y += kera/kera-dsp.dtbo
endif
endif
ifeq ($(CONFIG_ARCH_MONACO), y)
dtbo-y += monaco/monaco-dsp.dtbo
endif