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 <ldewangan@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2882139
Reviewed-by: Jonathan Hunter <jonathanh@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Laxman Dewangan
2023-04-04 06:18:06 +00:00
committed by mobile promotions
parent 80336d6c96
commit 7f8cad749d
2 changed files with 0 additions and 11 deletions

View File

@@ -5,4 +5,3 @@ obj-m += drm/tegra/
obj-m += host1x/
obj-m += host1x-fence/
obj-m += host1x-nvhost/
obj-m += nvgpu/

View File

@@ -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.