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 <quic_psaddam@quicinc.com>
This commit is contained in:
Patan Saddam
2024-08-12 12:35:39 +05:30
committed by Saddam Patan
parent 826a016e5b
commit a575778002

8
Kbuild
View File

@@ -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