From fc3a785c5f4aba41b0a1d4e576ab2eee63122d84 Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Fri, 14 Apr 2023 09:30:09 +0000 Subject: [PATCH] nvdla: Remove dummy Makefile Remove dummy makefile to prepare the nvdla folder to do driver integrations from kernel/nvidia to kernel/nvidia-oot. Bug 4038415 Change-Id: I45d8fffc504ab9530718c1fa4f3960037e909f25 Signed-off-by: Laxman Dewangan --- drivers/video/tegra/host/nvdla/Makefile | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 drivers/video/tegra/host/nvdla/Makefile diff --git a/drivers/video/tegra/host/nvdla/Makefile b/drivers/video/tegra/host/nvdla/Makefile deleted file mode 100644 index 3bb8205e..00000000 --- a/drivers/video/tegra/host/nvdla/Makefile +++ /dev/null @@ -1,9 +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/video/tegra/host/nvdla. 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.