From 2180d38554f1bf6c6cad168a554ba5325115d7d4 Mon Sep 17 00:00:00 2001 From: Ishan Mittal Date: Thu, 25 May 2017 17:36:03 +0530 Subject: nvidia: Setting proper names to Makefiles & Kconfig Makefiles and Kconfig files are picked up based on project name being the extension. Makefiles and Kconfig files brought over from t18x have .t18x suffix. Changed to .nvidia Bug 200295104 Change-Id: Idade26f293c1faaf74f53b2ab20798c47652bdb9 Signed-off-by: Ishan Mittal --- drivers/cpuidle/Makefile.nvidia | 3 +++ drivers/cpuidle/Makefile.t18x | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 drivers/cpuidle/Makefile.nvidia delete mode 100644 drivers/cpuidle/Makefile.t18x (limited to 'drivers/cpuidle') diff --git a/drivers/cpuidle/Makefile.nvidia b/drivers/cpuidle/Makefile.nvidia new file mode 100644 index 000000000..24c000c34 --- /dev/null +++ b/drivers/cpuidle/Makefile.nvidia @@ -0,0 +1,3 @@ +subdir-ccflags-y += -Werror + +obj-$(CONFIG_CPU_IDLE_TEGRA18X) += cpuidle-tegra18x.o diff --git a/drivers/cpuidle/Makefile.t18x b/drivers/cpuidle/Makefile.t18x deleted file mode 100644 index 24c000c34..000000000 --- a/drivers/cpuidle/Makefile.t18x +++ /dev/null @@ -1,3 +0,0 @@ -subdir-ccflags-y += -Werror - -obj-$(CONFIG_CPU_IDLE_TEGRA18X) += cpuidle-tegra18x.o -- cgit v1.2.2