From af4a633865f070bbe234ae6056bfc19960a7e9a8 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 --- Makefile => legacy-dts/Makefile | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Makefile => legacy-dts/Makefile (100%) diff --git a/Makefile b/legacy-dts/Makefile similarity index 100% rename from Makefile rename to legacy-dts/Makefile