diff options
| author | Stephen Warren <swarren@nvidia.com> | 2017-11-06 16:53:42 -0500 |
|---|---|---|
| committer | mobile promotions <svcmobile_promotions@nvidia.com> | 2017-11-09 06:27:16 -0500 |
| commit | 629ade0daaa5b8a3c24dbeadc2a5fb046d4dbbf4 (patch) | |
| tree | 99918fccaeb72ce555030eee467322ae2d9e0e37 /drivers/gpu | |
| parent | b04d6fc16b523b4097b7d52b093eadf6a8fbadc2 (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/Makefile | 2 | ||||
| -rw-r--r-- | drivers/gpu/host1x/Makefile | 2 |
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 @@ | |||
| 1 | ccflags-y += -Idrivers/gpu/drm/tegra | 1 | ccflags-y += -Idrivers/gpu/drm/tegra |
| 2 | ccflags-y += -I../nvidia/drivers/gpu/drm/tegra | 2 | ccflags-y += -I$(srctree.nvidia)/drivers/gpu/drm/tegra |
| 3 | 3 | ||
| 4 | tegra-drm-t186-y = \ | 4 | tegra-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 @@ | |||
| 1 | ccflags-y += -Idrivers/gpu/host1x | 1 | ccflags-y += -Idrivers/gpu/host1x |
| 2 | ccflags-y += -I../nvidia/drivers/gpu/host1x | 2 | ccflags-y += -I$(srctree.nvidia)/drivers/gpu/host1x |
| 3 | 3 | ||
| 4 | host1x-t186-y = \ | 4 | host1x-t186-y = \ |
| 5 | dev_t186.o \ | 5 | dev_t186.o \ |
