diff --git a/drivers/video/tegra/host/nvdla/Makefile.t19x b/drivers/video/tegra/host/nvdla/Makefile similarity index 89% rename from drivers/video/tegra/host/nvdla/Makefile.t19x rename to drivers/video/tegra/host/nvdla/Makefile index 6707cd52..b666b92e 100644 --- a/drivers/video/tegra/host/nvdla/Makefile.t19x +++ b/drivers/video/tegra/host/nvdla/Makefile @@ -1,3 +1,5 @@ +ifdef CONFIG_TEGRA_T19X_GRHOST + GCOV_PROFILE := y ccflags-y += -I$(srctree)/../nvidia/drivers/video/tegra/host ccflags-y += -I$(srctree)/../t19x/drivers/video/tegra/host @@ -11,3 +13,5 @@ nvhost-nvdla-objs = \ nvdla_debug.o obj-$(CONFIG_TEGRA_GRHOST_NVDLA) += nvhost-nvdla.o + +endif