mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
t19x: use $(srctree.$(overlay))
Update all Makefiles to make use of the new srctree.$(overlay) variables to remove hard-coding the path to any overlays. Bug 1978395 Change-Id: Ic512ceebb15fa5e5a132b72446ab476ecac6e37e Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1593801 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Bitan Biswas <bbiswas@nvidia.com> Reviewed-by: Alexander Van Brunt <avanbrunt@nvidia.com> Reviewed-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:
committed by
Laxman Dewangan
parent
61b5174ee8
commit
d6dac08165
@@ -1,9 +1,9 @@
|
||||
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
|
||||
ccflags-y += -I$(srctree)/../t19x/include
|
||||
ccflags-y += -I$(srctree.nvidia)/drivers/video/tegra/host
|
||||
ccflags-y += -I$(srctree.t19x)/drivers/video/tegra/host
|
||||
ccflags-y += -I$(srctree.t19x)/include
|
||||
ccflags-y += -Werror
|
||||
|
||||
nvhost-nvdla-objs = \
|
||||
|
||||
Reference in New Issue
Block a user