mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 02:01:36 +03:00
1c9a3507d51fbb9d0826aebe0053dd04e367d87c
The local DLA header files are located in the same directory as the source files and so it is not necessary to append the 'nvdla' directory to the header file path. It is important to remove the 'nvdla' directory from the header path because then when building NVDLA as an external module, we can disable the Makefile search path "$(srctree.nvidia)/drivers/video/tegra/host" and ensure that headers that are outside of NVDLA directory are not being included. Bug 3530486 Change-Id: I44ee3e515bd604f91d40ee4479a56ead022ba05f Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2665591 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Arvind M <am@nvidia.com> Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-cert <svc-mobile-cert@nvidia.com> Reviewed-by: svc_kernel_abi <svc_kernel_abi@nvidia.com> Reviewed-by: Amit Sharma (SW-TEGRA) <amisharma@nvidia.com> Reviewed-by: Praveen K <kpraveen@nvidia.com> GVS: Gerrit_Virtual_Submit
Description
No description provided