From da22d336b5aa156616babe039dc2132e433304a5 Mon Sep 17 00:00:00 2001 From: Vishwaroop A Date: Mon, 5 May 2025 18:56:56 +0000 Subject: [PATCH] device-tree: add make file support for T268 Add makefile support for T268 specific DT repos Bug 5235249 Change-Id: I4a0a049f850445f4afd7e39662853b19cff2f27b Signed-off-by: Vishwaroop A Reviewed-on: https://git-master.nvidia.com/r/c/linux/kernel-devicetree/+/3355735 Reviewed-by: Laxman Dewangan GVS: buildbot_gerritrpt --- generic-dts/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/generic-dts/Makefile b/generic-dts/Makefile index d31301c..509b1df 100644 --- a/generic-dts/Makefile +++ b/generic-dts/Makefile @@ -69,6 +69,8 @@ DTC_INCLUDE += $(tegra-dtstree)/t23x/nv-public/include/platforms DTC_INCLUDE += $(tegra-dtstree)/t23x/nv-public DTC_INCLUDE += $(tegra-dtstree)/t264/nv-public/include/kernel-t264 DTC_INCLUDE += $(tegra-dtstree)/t264/nv-public +DTC_INCLUDE += $(tegra-dtstree)/t268/dts-public/include/kernel +DTC_INCLUDE += $(tegra-dtstree)/t268/dts-public dtb-y := dtbo-y := @@ -78,6 +80,7 @@ DTBO_LIST := $(dtbo-y) dtb-y := fdts := $(tegra-dtstree)/t23x fdts += $(tegra-dtstree)/t264 +fdts += $(tegra-dtstree)/t268 # Add internal SOCs to scan the DT makefiles ifneq ($(internal_soc_list),)