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 <quic_psaddam@quicinc.com>
This commit is contained in:
Patan Saddam
2024-10-15 14:22:09 +05:30
committed by Saddam Patan
parent 2f90bc992d
commit daad2c1ce5

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