From a575778002e6a175c798f7dfc554ae850300ffd9 Mon Sep 17 00:00:00 2001 From: Patan Saddam Date: Mon, 12 Aug 2024 12:35:39 +0530 Subject: [PATCH] arm64: dts: msm: Enable compilation of dt project for tuna Enable compilation of devicetree files in opensource dsp-devicetree. Change-Id: I03ca15806692389a3e28c4c1c64756fe872f2c79 Signed-off-by: Patan Saddam --- Kbuild | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Kbuild b/Kbuild index 935d4f5b..7e40c673 100755 --- a/Kbuild +++ b/Kbuild @@ -18,6 +18,14 @@ dtbo-y += sun/sun-dsp.dtbo endif endif +ifeq ($(CONFIG_ARCH_TUNA), y) +ifeq ($(CONFIG_ARCH_QTI_VM), y) +dtbo-y += tuna/tuna-dsp-trustedvm.dtbo +else +dtbo-y += tuna/tuna-dsp.dtbo +endif +endif + ifeq ($(CONFIG_ARCH_MONACO), y) dtbo-y += monaco/monaco-dsp.dtbo endif