From d6eb4eaa82396fd8d8f31abab6c6cae09f4d43dc Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Mon, 3 Apr 2023 13:26:29 +0000 Subject: [PATCH] misc: mods: Remove Makefile to prepare for mods integration mods driver is available in the kernel/nvidia and to integrate with git history, it is required to remove the dummy Makefile. Bug 4038415 Change-Id: Ib66eab27e6168bf416df2f73c8df4a4a50af39f8 Signed-off-by: Laxman Dewangan --- drivers/misc/mods/Makefile | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 drivers/misc/mods/Makefile diff --git a/drivers/misc/mods/Makefile b/drivers/misc/mods/Makefile deleted file mode 100644 index 94a7d142..00000000 --- a/drivers/misc/mods/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/misc/mods. 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.