mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-25 10:42:21 +03:00
Modified misc/tegra-cec and video/tegra/dc NVIDIA git repo Makefile, Now overlay macro will be used instead of relative path from kernel source tree, to find the included header file. Bug 200606454 Signed-off-by: Ankit Patel <anpatel@nvidia.com> Change-Id: I684388e9c81be94915c05db3cdae8b6100c6db91 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2521240 Reviewed-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Bibek Basu <bbasu@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
10 lines
164 B
Makefile
10 lines
164 B
Makefile
#
|
|
# Makefile for tegra cec support.
|
|
#
|
|
|
|
subdir-ccflags-y = -Werror
|
|
|
|
ccflags-y += -I$(overlay)/drivers/video/tegra/dc
|
|
|
|
obj-$(CONFIG_TEGRA_CEC_SUPPORT) += tegra_cec.o
|