From cfaad5bd1c48be6223c2b39d6ffd29dbeb4c5967 Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Tue, 4 Apr 2023 05:15:37 +0000 Subject: [PATCH] devfreq: remove Makefile to prepare for driver integration The devfreq drivers are available in kernel/nvidia and it is required to integrate in kernel/nvidia-oot. Remove Makefile so avoid makefile conflict. Bug 4038415 Change-Id: If0e81b66271d65c5a6d613d61be0e95d1af503e1 Signed-off-by: Laxman Dewangan --- drivers/devfreq/Makefile | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 drivers/devfreq/Makefile diff --git a/drivers/devfreq/Makefile b/drivers/devfreq/Makefile deleted file mode 100644 index 6f162e4c..00000000 --- a/drivers/devfreq/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/devfreq. 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.