mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
nvdla: Get rid of explicit header inclusion
The required headers for nvdla driver are already included in the master makefile. Hence, it is not required to add include path explicitly. Bug 4087103 Change-Id: Ie55e3a6707b640862e63ef070a491b68ad31f708 Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2894627 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Amit Sharma (SW-TEGRA) <amisharma@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
f13bfe1283
commit
deec76e8ee
@@ -4,19 +4,10 @@
|
||||
GCOV_PROFILE := y
|
||||
|
||||
ifdef CONFIG_TEGRA_GRHOST
|
||||
ccflags-y += -I$(srctree.nvidia)/drivers/video/tegra/host
|
||||
ccflags-y += -DCONFIG_TEGRA_NVDLA_CHANNEL
|
||||
endif
|
||||
|
||||
ccflags-y += -I$(srctree.nvidia)/include
|
||||
ccflags-y += -I$(srctree.nvidia)/include/uapi/linux
|
||||
ccflags-y += -I$(srctree.nvidia)/drivers/video/tegra/host/nvdla
|
||||
ccflags-y += -Werror
|
||||
|
||||
# When using the upstream host1x driver, the Makefile must define the
|
||||
# srctree.host1x path in order to find the necessary header files for
|
||||
# the upstream host1x driver.
|
||||
ccflags-y += -I$(srctree.host1x)/include
|
||||
ccflags-y += -DCONFIG_TEGRA_HOST1X
|
||||
ccflags-y += -DCONFIG_TEGRA_FUSE_UPSTREAM
|
||||
|
||||
|
||||
Reference in New Issue
Block a user