From 7f8cad749dda0390f92e4fe2020a8136fdbae9fc Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Tue, 4 Apr 2023 06:18:06 +0000 Subject: [PATCH] gpu: nvgpu: Remove dummy Makefile of nvgpu nvgpu is getting build from kernel/nvgpu and it is not required to copy in nvidia-oot. Remove the dummy makefile which was added as placeholder for the nvgpu makefile. Bug 4038415 Change-Id: I3fa6945a94c0f2233b55ec19d21ec4a92f715fde Signed-off-by: Laxman Dewangan Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2882139 Reviewed-by: Jonathan Hunter GVS: Gerrit_Virtual_Submit --- drivers/gpu/Makefile | 1 - drivers/gpu/nvgpu/Makefile | 10 ---------- 2 files changed, 11 deletions(-) delete mode 100644 drivers/gpu/nvgpu/Makefile diff --git a/drivers/gpu/Makefile b/drivers/gpu/Makefile index dcfe4a80..6bafaa25 100644 --- a/drivers/gpu/Makefile +++ b/drivers/gpu/Makefile @@ -5,4 +5,3 @@ obj-m += drm/tegra/ obj-m += host1x/ obj-m += host1x-fence/ obj-m += host1x-nvhost/ -obj-m += nvgpu/ diff --git a/drivers/gpu/nvgpu/Makefile b/drivers/gpu/nvgpu/Makefile deleted file mode 100644 index 1b8572eb..00000000 --- a/drivers/gpu/nvgpu/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/nvgpu/drivers/gpu/nvgpu. 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. -