mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-25 10:42:21 +03:00
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>
9 lines
185 B
Makefile
9 lines
185 B
Makefile
ccflags-y += -Idrivers/gpu/host1x
|
|
ccflags-y += -I$(srctree.nvidia)/drivers/gpu/host1x
|
|
|
|
host1x-t186-y = \
|
|
dev_t186.o \
|
|
hw/host1x05.o
|
|
|
|
obj-$(CONFIG_ARCH_TEGRA_18x_SOC) += host1x-t186.o
|