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 <va@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux/kernel-devicetree/+/3355735
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Vishwaroop A
2025-05-05 18:56:56 +00:00
committed by mobile promotions
parent fa7e112eba
commit da22d336b5

View File

@@ -69,6 +69,8 @@ DTC_INCLUDE += $(tegra-dtstree)/t23x/nv-public/include/platforms
DTC_INCLUDE += $(tegra-dtstree)/t23x/nv-public DTC_INCLUDE += $(tegra-dtstree)/t23x/nv-public
DTC_INCLUDE += $(tegra-dtstree)/t264/nv-public/include/kernel-t264 DTC_INCLUDE += $(tegra-dtstree)/t264/nv-public/include/kernel-t264
DTC_INCLUDE += $(tegra-dtstree)/t264/nv-public 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 := dtb-y :=
dtbo-y := dtbo-y :=
@@ -78,6 +80,7 @@ DTBO_LIST := $(dtbo-y)
dtb-y := dtb-y :=
fdts := $(tegra-dtstree)/t23x fdts := $(tegra-dtstree)/t23x
fdts += $(tegra-dtstree)/t264 fdts += $(tegra-dtstree)/t264
fdts += $(tegra-dtstree)/t268
# Add internal SOCs to scan the DT makefiles # Add internal SOCs to scan the DT makefiles
ifneq ($(internal_soc_list),) ifneq ($(internal_soc_list),)