From 2b60a9ec66f04f35ed7d36b811e2fc5253092f04 Mon Sep 17 00:00:00 2001 From: Stephen Warren Date: Thu, 14 Sep 2017 10:51:18 -0600 Subject: [PATCH] nvidia: use kernel overlay features Update all Kconfig files and Makefiles to rely on the kernel overlay feature. In particular, don't include any Kconfig files or Makefiles from other overlays. -I directives in CFLAGS are not yet cleaned up. Bug 1978395 Change-Id: I425d37d55f8ea61fb3a082a1504f994ff30cec03 Signed-off-by: Stephen Warren Reviewed-on: https://git-master.nvidia.com/r/1561187 Reviewed-by: Terje Bergstrom GVS: Gerrit_Virtual_Submit Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/host1x/{Makefile.nvidia => Makefile} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename drivers/gpu/host1x/{Makefile.nvidia => Makefile} (71%) diff --git a/drivers/gpu/host1x/Makefile.nvidia b/drivers/gpu/host1x/Makefile similarity index 71% rename from drivers/gpu/host1x/Makefile.nvidia rename to drivers/gpu/host1x/Makefile index 00744ed9..0d61d12a 100644 --- a/drivers/gpu/host1x/Makefile.nvidia +++ b/drivers/gpu/host1x/Makefile @@ -5,4 +5,4 @@ host1x-t186-y = \ dev_t186.o \ hw/host1x05.o -obj-$(CONFIG_TEGRA_HOST1X) += host1x-t186.o +obj-$(CONFIG_ARCH_TEGRA_18x_SOC) += host1x-t186.o