From daad2c1ce53e8614e74c3f5170f1fef41e7e9cff Mon Sep 17 00:00:00 2001 From: Patan Saddam Date: Tue, 15 Oct 2024 14:22:09 +0530 Subject: [PATCH] arm64: dts: msm: Enable compilation of dt project for kera Enable compilation of devicetree files in opensource dsp-devicetree. Change-Id: I0ffdd35cb09c8b3e953faae511c438e3002f2024 Signed-off-by: Patan Saddam --- Kbuild | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Kbuild b/Kbuild index 7e40c673..29f9fa35 100755 --- a/Kbuild +++ b/Kbuild @@ -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