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>
This commit is contained in:
Stephen Warren
2017-11-06 14:53:42 -07:00
committed by Laxman Dewangan
parent 2b60a9ec66
commit 40abcf46b7

View File

@@ -1,5 +1,5 @@
ccflags-y += -Idrivers/gpu/host1x
ccflags-y += -I../nvidia/drivers/gpu/host1x
ccflags-y += -I$(srctree.nvidia)/drivers/gpu/host1x
host1x-t186-y = \
dev_t186.o \