Merge "arm64: dts: msm: Enable compilation of dt project for tuna"

This commit is contained in:
QCTECMDR Service
2024-10-11 04:58:20 -07:00
committed by Gerrit - the friendly Code Review server

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