From 735781a8450b95e8e4be7ad9df38bc35d94ee04d Mon Sep 17 00:00:00 2001 From: Anirudh Raghavendra Date: Tue, 30 Jan 2024 12:16:33 -0800 Subject: [PATCH] arm64: dts: qcom: sun: Enable compilation of opensource dt project Enable compilation of devicetree files in opensource dsp-devicetree Change-Id: I399f8f8c09c9d2b4d537316e1dd8706be25d0681 Signed-off-by: Anirudh Raghavendra --- Kbuild | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Kbuild b/Kbuild index 199cee42..da494fad 100644 --- a/Kbuild +++ b/Kbuild @@ -1,14 +1,14 @@ -#ifeq ($(CONFIG_ARCH_SUN), y) -#ifeq ($(CONFIG_ARCH_QTI_VM), y) -#dtbo-y += sun-dsp-trustedvm.dtbo -#else -#dtbo-y += sun-dsp.dtbo -#endif -#endif +ifeq ($(CONFIG_ARCH_SUN), y) +ifeq ($(CONFIG_ARCH_QTI_VM), y) +dtbo-y += sun/sun-dsp-trustedvm.dtbo +else +dtbo-y += sun/sun-dsp.dtbo +endif +endif -#ifeq ($(CONFIG_ARCH_NIOBE), y) -#dtbo-y += niobe-dsp.dtbo -#endif +ifeq ($(CONFIG_ARCH_NIOBE), y) +dtbo-y += niobe/niobe-dsp.dtbo +endif always-y := $(dtb-y) $(dtbo-y) subdir-y := $(dts-dirs)