mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-25 02:32:08 +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>
14 lines
281 B
Makefile
14 lines
281 B
Makefile
ccflags-y += -Idrivers/gpu/drm/tegra
|
|
ccflags-y += -I$(srctree.nvidia)/drivers/gpu/drm/tegra
|
|
|
|
tegra-drm-t186-y = \
|
|
vic_t186.o \
|
|
nvenc_t186.o \
|
|
nvdec_t186.o \
|
|
nvjpg_t186.o \
|
|
tsec_t186.o
|
|
|
|
ifeq ($(CONFIG_ARCH_TEGRA_18x_SOC),y)
|
|
obj-$(CONFIG_TEGRA_HOST1X) += tegra-drm-t186.o
|
|
endif
|