mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
drivers: use overlay instead of relative path
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>
This commit is contained in:
committed by
Prafull Suryawanshi
parent
9152cfd9e9
commit
61e8cccc41
@@ -4,4 +4,6 @@
|
||||
|
||||
subdir-ccflags-y = -Werror
|
||||
|
||||
ccflags-y += -I$(overlay)/drivers/video/tegra/dc
|
||||
|
||||
obj-$(CONFIG_TEGRA_CEC_SUPPORT) += tegra_cec.o
|
||||
|
||||
@@ -44,8 +44,8 @@
|
||||
#endif
|
||||
#include "tegra_cec.h"
|
||||
|
||||
#include "../../../../nvidia/drivers/video/tegra/dc/dc.h"
|
||||
#include "../../../../nvidia/drivers/video/tegra/dc/dc_priv.h"
|
||||
#include "dc.h"
|
||||
#include "dc_priv.h"
|
||||
|
||||
#define LOGICAL_ADDRESS_RESERVED2 0xD
|
||||
#define LOGICAL_ADDRESS_TV 0x0
|
||||
|
||||
Reference in New Issue
Block a user