From f31946e09e5f14a19a32982f5a609e896fb3af45 Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Mon, 7 Nov 2022 09:20:01 +0000 Subject: [PATCH] device-tree: Keep legacy hardware/nvidia DTS file to legacy-dts Move makefile which make the downstream dts from hardware/nvidia/platform to the legacy-dts folder. There will be another DTS build rule for making the generic-dts files which are mainline compliant. Bug 3860258 Change-Id: I94fea353112482274478178f9f42db9bb5292430 Signed-off-by: Laxman Dewangan Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2804232 GVS: Gerrit_Virtual_Submit --- device-tree/platform/{ => legacy-dts}/Makefile | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename device-tree/platform/{ => legacy-dts}/Makefile (100%) diff --git a/device-tree/platform/Makefile b/device-tree/platform/legacy-dts/Makefile similarity index 100% rename from device-tree/platform/Makefile rename to device-tree/platform/legacy-dts/Makefile