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 <ldewangan@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2852800
Reviewed-by: Krishna Yarlagadda <kyarlagadda@nvidia.com>
Reviewed-by: svcacv <svcacv@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Laxman Dewangan
2023-02-03 06:09:09 +00:00
committed by mobile promotions
parent ff7d0cc87c
commit 8ea6700062

View File

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