From 969bd376ed129d754fe41baf08551601dbd7ff8b Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Mon, 3 Apr 2023 09:17:32 +0000 Subject: [PATCH] drm: Remove dummy Makefile Preparing the drm/tegra folder for integrating the drivers of drm from kernel/nvidia. Change-Id: Ia15d4e31d951f7c04dd17f189106032146f47f6d Signed-off-by: Laxman Dewangan --- drivers/gpu/drm/tegra/Makefile | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 drivers/gpu/drm/tegra/Makefile diff --git a/drivers/gpu/drm/tegra/Makefile b/drivers/gpu/drm/tegra/Makefile deleted file mode 100644 index b87103ee..00000000 --- a/drivers/gpu/drm/tegra/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0 -# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved. - -# NOTE: Do not change or add anything in this makefile. -# The source code and makefile rules are copied from the -# kernel/nvidia/drivers/gpu/drm/tegra. This file is -# just place-holder for empty makefile to avoid any build -# issue when copy is not done from command line and building -# the tree independent of source copy. -