From 9852878b8a8d26855dc60a3ad446186769074c4c Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Wed, 19 Apr 2023 20:41:27 +0000 Subject: [PATCH] device-tree: generic: Pickup DTB/DTBO makefile from hardware/nvidia/t23x As part of the optimizing the DTS repo count, it merged few repos in single repo for keeping minium number of repo. The path for the new DTS repo are hardware/nvidia/t23x. Pickup the Makefiles from this new path for building DTB and DTBO. Bug 4078385 Change-Id: I89f18e283c5b367219623d47298536c594c108e6 Signed-off-by: Laxman Dewangan Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2892469 GVS: Gerrit_Virtual_Submit --- generic-dts/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/generic-dts/Makefile b/generic-dts/Makefile index adbc498..1408422 100644 --- a/generic-dts/Makefile +++ b/generic-dts/Makefile @@ -37,13 +37,11 @@ tegra-rel-dtstree := $(rel-top-path)/hardware/nvidia DTC_INCLUDE := # SOC independent common include -DTC_INCLUDE += $(tegra-dtstree)/soc/tegra/generic-dts/include # SOC T23X specific common include -DTC_INCLUDE += $(tegra-dtstree)/soc/generic-dts/tegra/include/kernel -DTC_INCLUDE += $(tegra-dtstree)/soc/generic-dts/tegra/include/nvidia-oot -DTC_INCLUDE += $(tegra-dtstree)/soc/generic-dts/t23x/include -DTC_INCLUDE += $(tegra-dtstree)/soc/generic-dts/t23x/dts +DTC_INCLUDE += $(tegra-dtstree)/t23x/nv-public/include/kernel +DTC_INCLUDE += $(tegra-dtstree)/t23x/nv-public/include/nvidia-oot +DTC_INCLUDE += $(tegra-dtstree)/t23x/nv-public dtb-y := dtbo-y := @@ -51,7 +49,7 @@ dtbo-y := DTB_LIST := $(dtb-y) DTBO_LIST := $(dtbo-y) dtb-y := -fdts := $(shell find $(tegra-dtstree)/platform -name generic-dts) +fdts := $(tegra-dtstree)/t23x # Remove the DTs from protected soc list ifneq ($(protected_soc_list),)