mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
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:
committed by
mobile promotions
parent
ff7d0cc87c
commit
8ea6700062
@@ -51,7 +51,7 @@ dtbo-oot-y :=
|
|||||||
DTB_LIST := $(dtb-oot-y)
|
DTB_LIST := $(dtb-oot-y)
|
||||||
DTBO_LIST := $(dtbo-oot-y)
|
DTBO_LIST := $(dtbo-oot-y)
|
||||||
dtb-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_makefile=$(foreach d,$(wildcard $1*), $(call dts_makefile,$(d)/,$(2)) $(if $(findstring Makefile,$(d)),$(d)))
|
||||||
dts_mfiles = $(call dts_makefile, $(kdts), Makefile)
|
dts_mfiles = $(call dts_makefile, $(kdts), Makefile)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user