From 8ea6700062d4537454cab31eab638ec53124ec3d Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Fri, 3 Feb 2023 06:09:09 +0000 Subject: [PATCH] device-tree: legacy-dts: Build all SoC legacy DTS Build legacy DTS from all SoCs which are having required files for OOT build. Bug 3965392 Change-Id: I348ae27edfabc157fd54788e0a821792c44870b0 Signed-off-by: Laxman Dewangan Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2852800 Reviewed-by: Krishna Yarlagadda Reviewed-by: svcacv GVS: Gerrit_Virtual_Submit --- device-tree/platform/legacy-dts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-tree/platform/legacy-dts/Makefile b/device-tree/platform/legacy-dts/Makefile index 66fae02c..d040945a 100644 --- a/device-tree/platform/legacy-dts/Makefile +++ b/device-tree/platform/legacy-dts/Makefile @@ -51,7 +51,7 @@ dtbo-oot-y := DTB_LIST := $(dtb-oot-y) DTBO_LIST := $(dtbo-oot-y) dtb-oot-y := -kdts := $(shell find $(tegra-dtstree)/platform/t23x -name kernel-dts) +kdts := $(shell find $(tegra-dtstree)/platform -name kernel-dts) dts_makefile=$(foreach d,$(wildcard $1*), $(call dts_makefile,$(d)/,$(2)) $(if $(findstring Makefile,$(d)),$(d))) dts_mfiles = $(call dts_makefile, $(kdts), Makefile)