summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2017-11-06 16:53:42 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-11-09 06:27:16 -0500
commit629ade0daaa5b8a3c24dbeadc2a5fb046d4dbbf4 (patch)
tree99918fccaeb72ce555030eee467322ae2d9e0e37 /drivers/gpu
parentb04d6fc16b523b4097b7d52b093eadf6a8fbadc2 (diff)
nvidia: use $(srctree.$(overlay))
Update all Makefiles to make use of the new srctree.$(overlay) variables to remove hard-coding the path to any overlays. One direct reference remains in a hard-coded include statement in drivers/misc/tegra-cec/. Bug 1978395 Change-Id: I5cdce04e019567a9bbfffaf0e92a61bd16806e99 Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1593800 Reviewed-by: Alexander Van Brunt <avanbrunt@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Bitan Biswas <bbiswas@nvidia.com> Reviewed-by: Timo Alho <talho@nvidia.com> Tested-by: Timo Alho <talho@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/tegra/Makefile2
-rw-r--r--drivers/gpu/host1x/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/tegra/Makefile b/drivers/gpu/drm/tegra/Makefile
index 601d67886..2156322fe 100644
--- a/drivers/gpu/drm/tegra/Makefile
+++ b/drivers/gpu/drm/tegra/Makefile
@@ -1,5 +1,5 @@
1ccflags-y += -Idrivers/gpu/drm/tegra 1ccflags-y += -Idrivers/gpu/drm/tegra
2ccflags-y += -I../nvidia/drivers/gpu/drm/tegra 2ccflags-y += -I$(srctree.nvidia)/drivers/gpu/drm/tegra
3 3
4tegra-drm-t186-y = \ 4tegra-drm-t186-y = \
5 vic_t186.o \ 5 vic_t186.o \
diff --git a/drivers/gpu/host1x/Makefile b/drivers/gpu/host1x/Makefile
index 0d61d12a6..87be3871c 100644
--- a/drivers/gpu/host1x/Makefile
+++ b/drivers/gpu/host1x/Makefile
@@ -1,5 +1,5 @@
1ccflags-y += -Idrivers/gpu/host1x 1ccflags-y += -Idrivers/gpu/host1x
2ccflags-y += -I../nvidia/drivers/gpu/host1x 2ccflags-y += -I$(srctree.nvidia)/drivers/gpu/host1x
3 3
4host1x-t186-y = \ 4host1x-t186-y = \
5 dev_t186.o \ 5 dev_t186.o \